Home
last modified time | relevance | path

Searched refs:RegExKV (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DSpecialCaseList.cpp67 for (auto& RegExKV : RegExes) in match() local
68 if (RegExKV.first->match(Query)) in match()
69 return RegExKV.second; in match()