Lines Matching refs:DiagnosticsEngine

69                              DiagnosticsEngine::Level Level, StringRef Message,
74 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
79 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
84 DiagnosticsEngine::Level Level) override;
86 DiagnosticsEngine::Level Level) override;
157 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
168 DiagnosticsEngine *getMetaDiags();
192 DiagnosticsEngine::Level Level, StringRef Message,
207 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
291 std::unique_ptr<DiagnosticsEngine> MetaDiagnostics;
541 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag()
543 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
572 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic()
588 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
607 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
613 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
627 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
629 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel()
643 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
672 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
687 DiagnosticsEngine::Level Level) { in beginDiagnostic()
688 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
693 DiagnosticsEngine::Level Level) { in endDiagnostic()
696 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
729 DiagnosticsEngine::Level Level, in emitCodeContext()
738 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, Message, in emitNote()
743 DiagnosticsEngine *SDiagsWriter::getMetaDiags() { in getMetaDiags()
761 State->MetaDiagnostics = std::make_unique<DiagnosticsEngine>( in getMetaDiags()