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;
156 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
167 DiagnosticsEngine *getMetaDiags();
191 DiagnosticsEngine::Level Level, StringRef Message,
206 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
290 std::unique_ptr<DiagnosticsEngine> MetaDiagnostics;
540 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag()
542 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
571 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic()
587 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
606 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
612 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
626 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
628 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel()
642 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
671 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
686 DiagnosticsEngine::Level Level) { in beginDiagnostic()
687 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
692 DiagnosticsEngine::Level Level) { in endDiagnostic()
695 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
728 DiagnosticsEngine::Level Level, in emitCodeContext()
737 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, Message, in emitNote()
742 DiagnosticsEngine *SDiagsWriter::getMetaDiags() { in getMetaDiags()
760 State->MetaDiagnostics = std::make_unique<DiagnosticsEngine>( in getMetaDiags()