Searched refs:ExceptionSpecEnd (Results 1 – 1 of 1) sorted by relevance
493 Token ExceptionSpecEnd; in ParseLexedMethodDeclaration() local494 ExceptionSpecEnd.startToken(); in ParseLexedMethodDeclaration()495 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()496 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()497 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()498 Toks->push_back(ExceptionSpecEnd); in ParseLexedMethodDeclaration()