Searched refs:WrapperMatcherInterface (Results 1 – 1 of 1) sorted by relevance
451 class WrapperMatcherInterface : public MatcherInterface<T> {453 explicit WrapperMatcherInterface(DynTypedMatcher &&InnerMatcher) in WrapperMatcherInterface() function531 class TypeToQualType : public WrapperMatcherInterface<QualType> {534 : TypeToQualType::WrapperMatcherInterface(InnerMatcher) {} in TypeToQualType()717 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {723 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()1178 class HasMatcher : public WrapperMatcherInterface<T> {1182 : HasMatcher::WrapperMatcherInterface(ChildMatcher) {}1198 class ForEachMatcher : public WrapperMatcherInterface<T> {1204 : ForEachMatcher::WrapperMatcherInterface(ChildMatcher) {}[all …]