Lines Matching refs:NextTok
757 Token *NextTok = begin_tokens + 1;758 for (; NextTok < end_tokens; ++NextTok) {759 SourceLocation NextLoc = NextTok->getLocation();775 Token &LastConsecutiveTok = *(NextTok-1);787 for (; begin_tokens < NextTok; ++begin_tokens) {