Searched refs:ExceptionSpecEnd (Results 1 – 1 of 1) sorted by relevance
396 Token ExceptionSpecEnd; in ParseLexedMethodDeclaration() local397 ExceptionSpecEnd.startToken(); in ParseLexedMethodDeclaration()398 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()399 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()400 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()401 Toks->push_back(ExceptionSpecEnd); in ParseLexedMethodDeclaration()