Lines Matching refs:DiagLevel
516 Level DiagLevel = storedDiag.getLevel(); in Report() local
518 Client->HandleDiagnostic(DiagLevel, Info); in Report()
520 if (DiagLevel == DiagnosticsEngine::Warning) in Report()
535 DiagnosticIDs::Level DiagLevel in EmitCurrentDiagnostic() local
538 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
541 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic()
561 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
566 if (DiagLevel == DiagnosticsEngine::Warning) in HandleDiagnostic()
568 else if (DiagLevel >= DiagnosticsEngine::Error) in HandleDiagnostic()
1199 DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
1201 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()