Searched defs:MatchesAny (Results 1 – 2 of 2) sorted by relevance
176 struct MatchesAny { struct177 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {} in MatchesAny() function178 bool operator() (StringRef S) { in operator ()()185 ArrayRef<std::string> Arr;
43 template <class T> struct MatchesAny { struct44 explicit MatchesAny(ArrayRef<T> Arr) : Arr(std::move(Arr)) {} in MatchesAny() function45 bool operator()(T Kind) { in operator ()()53 ArrayRef<T> Arr;