Home
last modified time | relevance | path

Searched refs:ExceptionSpecEnd (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp432 Token ExceptionSpecEnd; in ParseLexedMethodDeclaration() local
433 ExceptionSpecEnd.startToken(); in ParseLexedMethodDeclaration()
434 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
435 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()
436 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()
437 Toks->push_back(ExceptionSpecEnd); in ParseLexedMethodDeclaration()