Searched refs:DescendantMatcher (Results 1 – 3 of 3) sorted by relevance
206 const DynTypedMatcher DescendantMatcher; member in __anon23c971980611::DynamicForEachDescendantMatcher209 explicit DynamicForEachDescendantMatcher(DynTypedMatcher DescendantMatcher) in DynamicForEachDescendantMatcher() argument210 : DescendantMatcher(std::move(DescendantMatcher)) {} in DynamicForEachDescendantMatcher()216 Node, this->DescendantMatcher, Builder, in matches()
1497 const DynTypedMatcher DescendantMatcher;1500 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)1501 : DescendantMatcher(DescendantMatcher) {}1505 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,1565 const DynTypedMatcher DescendantMatcher;1569 const Matcher<DescendantT> &DescendantMatcher)1570 : DescendantMatcher(DescendantMatcher) {}1574 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
1316 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)1317 : HasDescendantMatcher::WrapperMatcherInterface(DescendantMatcher) {}1379 const Matcher<DescendantT> &DescendantMatcher)1380 : ForEachDescendantMatcher::WrapperMatcherInterface(DescendantMatcher) {}