Lines Matching refs:eod
333 // Replace the ')' with an EOD to mark the end of the pragma.
334 PragmaToks.back().setKind(tok::eod);
387 if (Tok.is(tok::eod)) return;
453 // If the token kind is EOD, the error has already been diagnosed.
454 if (FilenameTok.is(tok::eod))
488 while (DependencyTok.isNot(tok::eod)) {
634 if (SourceFilenameTok.is(tok::eod)) {
666 if (ReplaceFilenameTok.is(tok::eod)) {
800 // Verify that this is followed by EOD.
802 if (Tok.isNot(tok::eod))
905 if (Tok.isNot(tok::eod)) {
986 if (Tok.isNot(tok::eod)) {
1084 if (Tok.isNot(tok::eod)) {
1180 // Verify that this is followed by EOD.
1182 if (Tok.isNot(tok::eod))