Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h906 bool matchesDescendantOf(const T &Node, in matchesDescendantOf() function
917 return matchesDescendantOf(ast_type_traits::DynTypedNode::create(Node), in matchesDescendantOf()
945 virtual bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node,
1321 return Finder->matchesDescendantOf(Node, this->InnerMatcher, Builder,
1384 return Finder->matchesDescendantOf(Node, this->InnerMatcher, Builder,
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp435 bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, in matchesDescendantOf() function in clang::ast_matchers::internal::__anon018ced360111::MatchASTVisitor