Searched refs:match_pred (Results 1 – 2 of 2) sorted by relevance
29 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; in IsItemExcluded() local33 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()36 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()
37 auto match_pred = [Item](llvm::Regex &R) { return R.match(Item); }; in IsItemExcluded() local41 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()44 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()