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

References

tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  250       ++Context.Stats.ErrorsIgnoredCheckFilter;
  253       ++Context.Stats.ErrorsIgnoredNonUserCode;
  256       ++Context.Stats.ErrorsIgnoredLineFilter;
  259       ++Context.Stats.ErrorsDisplayed;
  378     ++Context.Stats.ErrorsIgnoredNOLINT;
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.h
  144   const ClangTidyStats &getStats() const { return Stats; }