Searched refs:matchesDescendantOf (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 830 bool matchesDescendantOf(const T &Node, in matchesDescendantOf() function 841 return matchesDescendantOf(ast_type_traits::DynTypedNode::create(Node), in matchesDescendantOf() 869 virtual bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, 1248 return Finder->matchesDescendantOf(Node, this->InnerMatcher, Builder, 1311 return Finder->matchesDescendantOf(Node, this->InnerMatcher, Builder,
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 435 bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, in matchesDescendantOf() function in clang::ast_matchers::internal::__anon887b50f80111::MatchASTVisitor
|