Searched refs:match_pred (Results 1 – 1 of 1) sorted by relevance
40 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; in IsItemExcluded() local44 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()47 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()