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