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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1337 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)
1338 : DescendantMatcher(DescendantMatcher) {}
1343 Node, DescendantMatcher, Builder, ASTMatchFinder::BK_First);
1347 const Matcher<DescendantT> DescendantMatcher;
1409 const Matcher<DescendantT>& DescendantMatcher)
1410 : DescendantMatcher(DescendantMatcher) {}
1414 return Finder->matchesDescendantOf(Node, DescendantMatcher, Builder,
1419 const Matcher<DescendantT> DescendantMatcher; member in class:clang::ast_matchers::internal::VariadicOperatorMatcherFunc::ForEachDescendantMatcher
1408 ForEachDescendantMatcher( const Matcher<DescendantT>& DescendantMatcher) argument
[all...]

Completed in 73 milliseconds