Searched defs:DescendantMatcher (Results 1 - 2 of 2) sorted by relevance

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

Completed in 30 milliseconds