Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance
352 Token DefArgEnd; in ParseLexedMethodDeclaration() local353 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()354 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()355 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()356 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()357 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()