Home | History | Annotate | Download | only in Lex

Lines Matching refs:NextTok

764   Token *NextTok = begin_tokens + 1;
765 for (; NextTok < end_tokens; ++NextTok) {
766 SourceLocation NextLoc = NextTok->getLocation();
782 Token &LastConsecutiveTok = *(NextTok-1);
794 for (; begin_tokens < NextTok; ++begin_tokens) {