Searched refs:ExceptionSpecEnd (Results 1 – 1 of 1) sorted by relevance
446 Token ExceptionSpecEnd; in ParseLexedMethodDeclaration() local447 ExceptionSpecEnd.startToken(); in ParseLexedMethodDeclaration()448 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()449 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()450 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()451 Toks->push_back(ExceptionSpecEnd); in ParseLexedMethodDeclaration()