Home | History | Annotate | Download | only in Lex

Lines Matching defs:TmpTok

1872   Token TmpTok;
1874 Lex(TmpTok);
1875 assert(TmpTok.isNot(tok::eof) && "Didn't find end of -imacros!");
1876 } while (TmpTok.isNot(tok::hashhash));