Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Tok

372   while (RawTok.isNot(tok::eof)) {
382 Token Tok;
385 PP.Lex(Tok);
386 PP.DumpToken(Tok, true);
388 } while (Tok.isNot(tok::eof));
412 Token Tok;
416 PP.Lex(Tok);
417 } while (Tok.isNot(tok::eof));