• Home
  • Raw
  • Download

Lines Matching refs:DiagnosticsEngine

64                              DiagnosticsEngine::Level Level,
71 DiagnosticsEngine::Level Level, in emitDiagnosticLoc()
79 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level) override;
87 DiagnosticsEngine::Level Level) override;
108 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
136 DiagnosticsEngine::Level Level,
153 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
492 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, in getEmitDiagnosticFlag()
494 if (DiagLevel == DiagnosticsEngine::Note) in getEmitDiagnosticFlag()
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic()
526 if (DiagLevel != DiagnosticsEngine::Note) { in HandleDiagnostic()
545 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
551 if (DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
568 static serialized_diags::Level getStableLevel(DiagnosticsEngine::Level Level) { in getStableLevel()
570 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel()
585 DiagnosticsEngine::Level Level, in EmitDiagnosticMessage()
617 DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
634 DiagnosticsEngine::Level Level) { in beginDiagnostic()
635 if (Level == DiagnosticsEngine::Note) in beginDiagnostic()
640 DiagnosticsEngine::Level Level) { in endDiagnostic()
643 if (Level == DiagnosticsEngine::Note) in endDiagnostic()
676 DiagnosticsEngine::Level Level, in emitCodeContext()
687 Writer.EmitDiagnosticMessage(Loc, PLoc, DiagnosticsEngine::Note, in emitNote()