Searched refs:ExcludeFilters (Results 1 – 2 of 2) sorted by relevance
25 std::list<llvm::Regex> &ExcludeFilters) { in IsItemExcluded() argument36 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()
34 std::list<llvm::Regex> &ExcludeFilters) { in IsItemExcluded() argument45 if (any_of(ExcludeFilters, match_pred)) in IsItemExcluded()