Lines Matching refs:DiagLevel
352 Level DiagLevel = storedDiag.getLevel(); in Report() local
354 Client->HandleDiagnostic(DiagLevel, Info); in Report()
356 if (DiagLevel == DiagnosticsEngine::Warning) in Report()
371 DiagnosticIDs::Level DiagLevel in EmitCurrentDiagnostic() local
374 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
377 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic()
399 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
404 if (DiagLevel == DiagnosticsEngine::Warning) in HandleDiagnostic()
406 else if (DiagLevel >= DiagnosticsEngine::Error) in HandleDiagnostic()
988 DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
990 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()