Searched refs:CachedGlobList (Results 1 – 2 of 2) sorted by relevance
197 class CachedGlobList; variable198 std::unique_ptr<CachedGlobList> CheckFilter;199 std::unique_ptr<CachedGlobList> WarningAsErrorFilter;
134 class ClangTidyContext::CachedGlobList { class in ClangTidyContext136 CachedGlobList(StringRef Globs) : Globs(Globs) {} in CachedGlobList() function in ClangTidyContext::CachedGlobList202 CheckFilter = std::make_unique<CachedGlobList>(*getOptions().Checks); in setCurrentFile()204 std::make_unique<CachedGlobList>(*getOptions().WarningsAsErrors); in setCurrentFile()