Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance
366 Token DefArgEnd; in ParseLexedMethodDeclaration() local367 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()368 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()369 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()370 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()371 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()