Searched refs:tokens_end (Results 1 – 4 of 4) sorted by relevance
76 if (Tok == MI->tokens_end()) in possibleVarDecl()89 while (Tok != MI->tokens_end() && in possibleVarDecl()96 return Tok == MI->tokens_end() || in possibleVarDecl()113 for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) { in replacementList()144 const Token &Last = *(MI->tokens_end() - 1); in replacementList()162 for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) { in argument()168 if ((TI + 1) == MI->tokens_end()) in argument()231 TI + 2 != MI->tokens_end() && (TI + 2)->is(tok::r_paren)) in argument()
245 const_tokens_iterator tokens_end() const { in tokens_end() function
570 te = macro_info->tokens_end(); in ForEachMacro()
58 NumTokens = Macro->tokens_end()-Macro->tokens_begin(); in Init()