Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp366 Token DefArgEnd; in ParseLexedMethodDeclaration() local
367 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()
368 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
369 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
370 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()
371 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()