Lines Matching refs:DiagnosticsEngine
67 DiagnosticsEngine::Level Level, StringRef Message,
72 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
77 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
82 DiagnosticsEngine::Level Level) override;
84 DiagnosticsEngine::Level Level) override;
154 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
165 DiagnosticsEngine *getMetaDiags();
189 DiagnosticsEngine::Level Level, StringRef Message,
204 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
288 std::unique_ptr<DiagnosticsEngine> MetaDiagnostics;
538 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag()
540 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
569 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic()
585 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
604 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
610 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
624 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
626 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel()
640 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
669 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
684 DiagnosticsEngine::Level Level) { in beginDiagnostic()
685 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
690 DiagnosticsEngine::Level Level) { in endDiagnostic()
693 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
726 DiagnosticsEngine::Level Level, in emitCodeContext()
735 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, Message, in emitNote()
740 DiagnosticsEngine *SDiagsWriter::getMetaDiags() { in getMetaDiags()
758 State->MetaDiagnostics = std::make_unique<DiagnosticsEngine>( in getMetaDiags()