Home | History | Annotate | Download | only in Lex

Lines Matching refs:TmpTok

1775   Token TmpTok;
1777 Lex(TmpTok);
1778 assert(TmpTok.isNot(tok::eof) && "Didn't find end of -imacros!");
1779 } while (TmpTok.isNot(tok::hashhash));