Searched refs:WrapperMatcherInterface (Results 1 – 1 of 1) sorted by relevance
392 class WrapperMatcherInterface : public MatcherInterface<T> {394 explicit WrapperMatcherInterface(DynTypedMatcher &&InnerMatcher) in WrapperMatcherInterface() function472 class TypeToQualType : public WrapperMatcherInterface<QualType> {475 : TypeToQualType::WrapperMatcherInterface(InnerMatcher) {} in TypeToQualType()647 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {653 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()1084 class HasMatcher : public WrapperMatcherInterface<T> {1090 : HasMatcher::WrapperMatcherInterface(ChildMatcher) {}1107 class ForEachMatcher : public WrapperMatcherInterface<T> {1113 : ForEachMatcher::WrapperMatcherInterface(ChildMatcher) {}[all …]