Searched refs:DefArgEnd (Results 1 – 1 of 1) sorted by relevance
318 Token DefArgEnd; in ParseLexedMethodDeclaration() local319 DefArgEnd.startToken(); in ParseLexedMethodDeclaration()320 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()321 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration()322 DefArgEnd.setEofData(Param); in ParseLexedMethodDeclaration()323 Toks->push_back(DefArgEnd); in ParseLexedMethodDeclaration()