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

References

tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  377   if (ShouldSuppressDiagnostic(DiagLevel, Info, Context)) {
  386   DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
  393     std::string CheckName = Context.getCheckName(Info.getID());
  429     forwardDiagnostic(Info);
  435     Info.FormatDiagnostic(Message);
  437     if (Info.getLocation().isValid() && Info.hasSourceManager())
  437     if (Info.getLocation().isValid() && Info.hasSourceManager())
  438       Loc = FullSourceLoc(Info.getLocation(), Info.getSourceManager());
  438       Loc = FullSourceLoc(Info.getLocation(), Info.getSourceManager());
  439     Converter.emitDiagnostic(Loc, DiagLevel, Message, Info.getRanges(),
  440                              Info.getFixItHints());
  443   if (Info.hasSourceManager())
  444     checkFilters(Info.getLocation(), Info.getSourceManager());
  444     checkFilters(Info.getLocation(), Info.getSourceManager());