Home
last modified time | relevance | path

Searched refs:DescendantMatcher (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1205 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)
1206 : DescendantMatcher(DescendantMatcher) {}
1212 Node, DescendantMatcher, Builder, ASTMatchFinder::BK_First);
1216 const Matcher<DescendantT> DescendantMatcher;
1277 const Matcher<DescendantT>& DescendantMatcher)
1278 : DescendantMatcher(DescendantMatcher) {}
1283 return Finder->matchesDescendantOf(Node, DescendantMatcher, Builder,
1288 const Matcher<DescendantT> DescendantMatcher;
DASTMatchers.h1623 hasDescendant(const internal::Matcher<DescendantT> &DescendantMatcher) { in hasDescendant() argument
1626 DescendantT>(DescendantMatcher); in hasDescendant()
1681 const internal::Matcher<DescendantT> &DescendantMatcher) { in forEachDescendant() argument
1684 DescendantT>(DescendantMatcher); in forEachDescendant()