Lines Matching defs:begin_tokens
984 /// \arg begin_tokens will be updated to a position past all the found
988 Token *&begin_tokens,
990 assert(begin_tokens + 1 < end_tokens);
991 SourceLocation BeginLoc = begin_tokens->getLocation();
992 llvm::MutableArrayRef<Token> All(begin_tokens, end_tokens);
1059 begin_tokens = &Partition.back() + 1;
1068 Token *begin_tokens,
1075 while (begin_tokens < end_tokens) {
1077 if (end_tokens - begin_tokens == 1) {
1078 Token &Tok = *begin_tokens;
1085 updateConsecutiveMacroArgTokens(SM, ExpandLoc, begin_tokens, end_tokens);