Searched refs:DescendantMatcher (Results 1 – 2 of 2) sorted by relevance
243 const DynTypedMatcher DescendantMatcher; member in __anon025d33540611::DynamicForEachDescendantMatcher246 explicit DynamicForEachDescendantMatcher(DynTypedMatcher DescendantMatcher) in DynamicForEachDescendantMatcher() argument247 : DescendantMatcher(std::move(DescendantMatcher)) {} in DynamicForEachDescendantMatcher()253 Node, this->DescendantMatcher, Builder, in matches()
1649 DynTypedMatcher DescendantMatcher;1652 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)1653 : DescendantMatcher(DescendantMatcher) {}1657 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,1717 DynTypedMatcher DescendantMatcher;1721 const Matcher<DescendantT> &DescendantMatcher)1722 : DescendantMatcher(DescendantMatcher) {}1726 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builde[all...]