Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp322 Token DefArgEnd; in ParseLexedMethodDeclaration() local
323 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()
324 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
325 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()
326 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()
327 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()