Lines Matching refs:DiagLevel
515 Level DiagLevel = storedDiag.getLevel(); in Report() local
517 Client->HandleDiagnostic(DiagLevel, Info); in Report()
519 if (DiagLevel == DiagnosticsEngine::Warning) in Report()
534 DiagnosticIDs::Level DiagLevel in EmitCurrentDiagnostic() local
537 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
540 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic()
560 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
565 if (DiagLevel == DiagnosticsEngine::Warning) in HandleDiagnostic()
567 else if (DiagLevel >= DiagnosticsEngine::Error) in HandleDiagnostic()
1199 DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
1201 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()