Home
last modified time | relevance | path

Searched refs:ErrorsIgnoredNonUserCode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h49 unsigned ErrorsIgnoredNonUserCode = 0; member
54 ErrorsIgnoredNonUserCode + ErrorsIgnoredLineFilter; in errorsIgnored()
H A DClangTidyDiagnosticConsumer.cpp308 ++Context.Stats.ErrorsIgnoredNonUserCode; in finalizeLastError()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp272 if (Stats.ErrorsIgnoredNonUserCode) { in printStats()
273 llvm::errs() << Stats.ErrorsIgnoredNonUserCode << " in non-user code"; in printStats()
289 if (Stats.ErrorsIgnoredNonUserCode) in printStats()