Lines Matching refs:DiagLevel
519 Level DiagLevel = storedDiag.getLevel(); in Report() local
521 Client->HandleDiagnostic(DiagLevel, Info); in Report()
523 if (DiagLevel == DiagnosticsEngine::Warning) in Report()
538 DiagnosticIDs::Level DiagLevel in EmitCurrentDiagnostic() local
541 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
544 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic()
564 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
569 if (DiagLevel == DiagnosticsEngine::Warning) in HandleDiagnostic()
571 else if (DiagLevel >= DiagnosticsEngine::Error) in HandleDiagnostic()
1202 DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
1204 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()