Searched refs:MatchAnyOf (Results 1 – 3 of 3) sorted by relevance
21 template<typename ArgT> struct MatchAnyOf;56 MatchAnyOf<T> operator || ( MatcherBase const& other ) const;93 struct MatchAnyOf : MatcherBase<ArgT> { struct118 MatchAnyOf<ArgT>& operator || ( MatcherBase<ArgT> const& other ) { argument146 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const { argument147 return MatchAnyOf<T>() || *this || other;
292 TEST(DeclarationMatcher, MatchAnyOf) { in TEST() argument
2894 template<typename ArgT> struct MatchAnyOf;2928 MatchAnyOf<T> operator || ( MatcherBase const& other ) const;2965 struct MatchAnyOf : MatcherBase<ArgT> { struct2990 MatchAnyOf<ArgT>& operator || ( MatcherBase<ArgT> const& other ) { in operator ||() argument3018 MatchAnyOf<T> MatcherBase<T>::operator || ( MatcherBase const& other ) const { in operator ||()3019 return MatchAnyOf<T>() || *this || other; in operator ||()