Lines Matching refs:isNot
88 while (Tmp.isNot(tok::eod)) { in DiscardUntilEndOfDirective()
89 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens"); in DiscardUntilEndOfDirective()
350 if (MacroNameTok.isNot(tok::eod)) { in ReadMacroName()
482 if (Tok.isNot(tok::hash) || !Tok.isAtStartOfLine()) in SkipExcludedConditionalBlock()
497 if (Tok.isNot(tok::raw_identifier)) { in SkipExcludedConditionalBlock()
650 if (Callbacks && (Tok.isNot(tok::eof) || !isRecordingPreamble())) in SkipExcludedConditionalBlock()
1119 if (DigitTok.isNot(tok::numeric_constant)) { in GetLineValue()
1122 if (DigitTok.isNot(tok::eod)) in GetLineValue()
1207 else if (StrTok.isNot(tok::string_literal)) { in HandleLineDirective()
1357 } else if (StrTok.isNot(tok::string_literal)) { in HandleDigitDirective()
1436 if (StrTok.isNot(tok::string_literal) && in HandleIdentSCCSDirective()
1437 StrTok.isNot(tok::wide_string_literal)) { in HandleIdentSCCSDirective()
1439 if (StrTok.isNot(tok::eod)) in HandleIdentSCCSDirective()
1710 if (FilenameTok.isNot(tok::header_name)) { in HandleIncludeDirective()
1712 if (FilenameTok.isNot(tok::eod)) in HandleIncludeDirective()
2395 assert(TmpTok.isNot(tok::eof) && "Didn't find end of -imacros!"); in HandleIncludeMacrosDirective()
2396 } while (TmpTok.isNot(tok::hashhash)); in HandleIncludeMacrosDirective()
2433 if (Tok.isNot(tok::r_paren)) { in ReadMacroParameterList()
2483 if (Tok.isNot(tok::r_paren)) { in ReadMacroParameterList()
2630 while (Tok.isNot(tok::eod)) { in ReadOptionalMacroParameterListAndBody()
2643 while (Tok.isNot(tok::eod)) { in ReadOptionalMacroParameterListAndBody()
2657 if (Tok.isNot(tok::l_paren)) { in ReadOptionalMacroParameterListAndBody()
2737 if (getLangOpts().AsmPreprocessor && Tok.isNot(tok::eod)) { in ReadOptionalMacroParameterListAndBody()