Lines Matching refs:DiagnosticsEngine

70                              DiagnosticsEngine::Level Level,
77 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
85 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level) override;
93 DiagnosticsEngine::Level Level) override;
164 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
175 DiagnosticsEngine *getMetaDiags();
200 DiagnosticsEngine::Level Level,
217 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
300 std::unique_ptr<DiagnosticsEngine> MetaDiagnostics;
553 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag()
555 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
584 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic()
589 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
608 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
614 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
631 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
633 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel()
648 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
680 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
697 DiagnosticsEngine::Level Level) { in beginDiagnostic()
698 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
703 DiagnosticsEngine::Level Level) { in endDiagnostic()
706 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
739 DiagnosticsEngine::Level Level, in emitCodeContext()
750 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, in emitNote()
755 DiagnosticsEngine *SDiagsWriter::getMetaDiags() { in getMetaDiags()
773 State->MetaDiagnostics = llvm::make_unique<DiagnosticsEngine>( in getMetaDiags()