Home | History | Annotate | Download | only in Lex

Lines Matching refs:TmpTok

1689   Token TmpTok;
1691 Lex(TmpTok);
1692 assert(TmpTok.isNot(tok::eof) && "Didn't find end of -imacros!");
1693 } while (TmpTok.isNot(tok::hashhash));