Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp412 Token DefArgEnd; in ParseLexedMethodDeclaration() local
413 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()
414 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
415 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
416 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()
417 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()