Searched defs:MatchesAny (Results 1 – 2 of 2) sorted by relevance
175 struct MatchesAny { struct176 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {} in MatchesAny() argument177 bool operator() (StringRef S) { in operator ()()184 ArrayRef<std::string> Arr;
44 template <class T> struct MatchesAny { struct45 explicit MatchesAny(ArrayRef<T> Arr) : Arr(std::move(Arr)) {} in MatchesAny() function46 bool operator()(T Kind) { in operator ()()54 ArrayRef<T> Arr;