Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance
412 Token DefArgEnd; in ParseLexedMethodDeclaration() local413 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()