Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h198 std::unique_ptr<CachedGlobList> CheckFilter; variable
DClangTidyDiagnosticConsumer.cpp202 CheckFilter = std::make_unique<CachedGlobList>(*getOptions().Checks); in setCurrentFile()
242 assert(CheckFilter != nullptr); in isCheckEnabled()
243 return CheckFilter->contains(CheckName); in isCheckEnabled()