Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp326 Token DefArgEnd; in ParseLexedMethodDeclaration() local
327 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()
328 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
329 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
330 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()
331 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()