Searched refs:WrapperMatcherInterface (Results 1 – 1 of 1) sorted by relevance
394 class WrapperMatcherInterface : public MatcherInterface<T> {396 explicit WrapperMatcherInterface(DynTypedMatcher &&InnerMatcher) in WrapperMatcherInterface() function474 class TypeToQualType : public WrapperMatcherInterface<QualType> {477 : TypeToQualType::WrapperMatcherInterface(InnerMatcher) {} in TypeToQualType()649 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {655 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()1102 class HasMatcher : public WrapperMatcherInterface<T> {1108 : HasMatcher::WrapperMatcherInterface(ChildMatcher) {}1125 class ForEachMatcher : public WrapperMatcherInterface<T> {1131 : ForEachMatcher::WrapperMatcherInterface(ChildMatcher) {}[all …]