Home | History | Annotate | Download | only in Lex

Lines Matching defs:TmpTok

1903   Token TmpTok;
1905 Lex(TmpTok);
1906 assert(TmpTok.isNot(tok::eof) && "Didn't find end of -imacros!");
1907 } while (TmpTok.isNot(tok::hashhash));