Searched refs:ErrorsIgnoredCheckFilter (Results 1 – 3 of 3) sorted by relevance
52 : ErrorsDisplayed(0), ErrorsIgnoredCheckFilter(0), ErrorsIgnoredNOLINT(0), in ClangTidyStats()56 unsigned ErrorsIgnoredCheckFilter; member62 return ErrorsIgnoredNOLINT + ErrorsIgnoredCheckFilter + in errorsIgnored()
278 ++Context.Stats.ErrorsIgnoredCheckFilter; in finalizeLastError()
270 if (Stats.ErrorsIgnoredCheckFilter) in printStats()271 llvm::errs() << Separator << Stats.ErrorsIgnoredCheckFilter in printStats()