Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance
395 Token DefArgEnd; in ParseLexedMethodDeclaration() local396 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()397 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()398 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()399 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()400 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()