Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp400 Token ExceptionSpecEnd; in ParseLexedMethodDeclaration() local
401 ExceptionSpecEnd.startToken(); in ParseLexedMethodDeclaration()
402 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
403 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()
404 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()
405 Toks->push_back(ExceptionSpecEnd); in ParseLexedMethodDeclaration()