Lines Matching refs:DiagnosticsEngine

71                              DiagnosticsEngine::Level Level,
78 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
86 DiagnosticsEngine::Level Level,
92 DiagnosticsEngine::Level Level) override;
94 DiagnosticsEngine::Level Level) override;
165 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
176 DiagnosticsEngine *getMetaDiags();
201 DiagnosticsEngine::Level Level,
218 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
301 std::unique_ptr<DiagnosticsEngine> MetaDiagnostics;
554 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag()
556 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
585 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic()
590 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
609 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
615 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
632 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
634 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel()
649 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
681 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
698 DiagnosticsEngine::Level Level) { in beginDiagnostic()
699 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
704 DiagnosticsEngine::Level Level) { in endDiagnostic()
707 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
740 DiagnosticsEngine::Level Level, in emitCodeContext()
751 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, in emitNote()
756 DiagnosticsEngine *SDiagsWriter::getMetaDiags() { in getMetaDiags()
774 State->MetaDiagnostics = llvm::make_unique<DiagnosticsEngine>( in getMetaDiags()