Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance
326 Token DefArgEnd; in ParseLexedMethodDeclaration() local327 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()328 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()329 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()330 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()331 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()