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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1383 explicit HasAncestorMatcher(const Matcher<AncestorT> &AncestorMatcher) argument
1384 : AncestorMatcher(AncestorMatcher) {}
1389 Node, AncestorMatcher, Builder, ASTMatchFinder::AMM_All);
1393 const Matcher<AncestorT> AncestorMatcher; member in struct:clang::ast_matchers::internal::VariadicOperatorMatcherFunc::EnableIfValidArity

Completed in 82 milliseconds