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