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