Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Tok

558   while (RawTok.isNot(tok::eof)) {
568 Token Tok;
571 PP.Lex(Tok);
572 PP.DumpToken(Tok, true);
574 } while (Tok.isNot(tok::eof));
598 Token Tok;
602 PP.Lex(Tok);
603 } while (Tok.isNot(tok::eof));