Home
last modified time | relevance | path

Searched refs:CheckFilter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h220 std::unique_ptr<CachedGlobList> CheckFilter; variable
H A DClangTidyDiagnosticConsumer.cpp227 CheckFilter = std::make_unique<CachedGlobList>(*getOptions().Checks); in setCurrentFile()
267 assert(CheckFilter != nullptr); in isCheckEnabled()
268 return CheckFilter->contains(CheckName); in isCheckEnabled()