Home | History | Annotate | Download | only in Basic

Lines Matching refs:Ignored

336 /// which is set to indicate whether the diagnostic is ignored by default (in
346 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored;
368 case diag::Severity::Ignored:
369 return DiagnosticIDs::Ignored;
410 // Specific non-error diagnostics may be mapped to various levels from ignored
425 // Upgrade ignored diagnostics if -Weverything is enabled.
426 if (Diag.EnableAllWarnings && Result == diag::Severity::Ignored &&
436 return diag::Severity::Ignored;
443 // At this point, ignored errors can no longer be upgraded.
444 if (Result == diag::Severity::Ignored)
450 return diag::Severity::Ignored;
481 return diag::Severity::Ignored;
576 // Don't suggest ignored warning flags.
648 // a note and the last real diagnostic was ignored, ignore it too.
649 if (DiagLevel == DiagnosticIDs::Ignored ||
651 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
683 assert(DiagLevel != DiagnosticIDs::Ignored && "Cannot emit ignored diagnostics!");