Searched refs:RegexList (Results 1 – 2 of 2) sorted by relevance
56 SmallVector<Regex, 4> RegexList; in apply() local69 RegexList.push_back(Regex(pat)); in apply()72 for (auto &R : RegexList) { in apply()
314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()