reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/Diagnostics.cpp
  492   DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
  497     if (DiagLevel < DiagnosticsEngine::Level::Error) {
  498       IgnoreDiagnostics::log(DiagLevel, Info);
  506     fillNonLocationData(DiagLevel, Info, *LastDiag);
  515     IgnoreDiagnostics::log(DiagLevel, Info);
  523     fillNonLocationData(DiagLevel, Info, D);
  586   if (!isNote(DiagLevel)) {
  591       DiagLevel = Adjuster(DiagLevel, Info);
  591       DiagLevel = Adjuster(DiagLevel, Info);
  592       if (DiagLevel == DiagnosticsEngine::Ignored) {
  608       auto ExtraFixes = Fixer(DiagLevel, Info);
  623       IgnoreDiagnostics::log(DiagLevel, Info);
  631         IgnoreDiagnostics::log(DiagLevel, Info);