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

References

tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  253       ++Context.Stats.ErrorsIgnoredNonUserCode;
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.h
   64            ErrorsIgnoredNonUserCode + ErrorsIgnoredLineFilter;
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
  234     if (Stats.ErrorsIgnoredNonUserCode) {
  235       llvm::errs() << Stats.ErrorsIgnoredNonUserCode << " in non-user code";
  251     if (Stats.ErrorsIgnoredNonUserCode)