Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp449 Token ExceptionSpecEnd; in ParseLexedMethodDeclaration() local
450 ExceptionSpecEnd.startToken(); in ParseLexedMethodDeclaration()
451 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
452 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration()
453 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()
454 Toks->push_back(ExceptionSpecEnd); in ParseLexedMethodDeclaration()