Home | History | Annotate | Download | only in Sema

Lines Matching refs:MatchesAny

43 template <class T> struct MatchesAny {
44 explicit MatchesAny(ArrayRef<T> Arr) : Arr(std::move(Arr)) {}
60 typedef MatchesAny<OpenMPClauseKind> MatchesAnyClause;
61 typedef MatchesAny<OpenMPDirectiveKind> MatchesAnyDirective;