Lines Matching refs:eod
304 // Replace the ')' with an EOD to mark the end of the pragma.
305 PragmaToks.back().setKind(tok::eod);
358 if (Tok.is(tok::eod)) return;
423 // If the token kind is EOD, the error has already been diagnosed.
424 if (FilenameTok.is(tok::eod))
458 while (DependencyTok.isNot(tok::eod)) {
551 if (Tok.isNot(tok::eod)) {
628 if (Tok.isNot(tok::eod)) {
779 if (SourceFilenameTok.is(tok::eod)) {
811 if (ReplaceFilenameTok.is(tok::eod)) {
945 // Verify that this is followed by EOD.
947 if (Tok.isNot(tok::eod))
1110 if (Tok.isNot(tok::eod)) {
1250 // Verify that this is followed by EOD.
1252 if (Tok.isNot(tok::eod))