Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp352 Token DefArgEnd; in ParseLexedMethodDeclaration() local
353 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()
354 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
355 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
356 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()
357 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()