Lines Matching refs:DiagLevel
502 Level DiagLevel = storedDiag.getLevel(); in Report() local
504 Client->HandleDiagnostic(DiagLevel, Info); in Report()
506 if (DiagLevel == DiagnosticsEngine::Warning) in Report()
521 DiagnosticIDs::Level DiagLevel in EmitCurrentDiagnostic() local
524 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
527 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic()
547 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
552 if (DiagLevel == DiagnosticsEngine::Warning) in HandleDiagnostic()
554 else if (DiagLevel >= DiagnosticsEngine::Error) in HandleDiagnostic()
1138 DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() argument
1140 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()