Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h830 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/
DASTMatchFinder.cpp435 bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, in matchesDescendantOf() function in clang::ast_matchers::internal::__anon887b50f80111::MatchASTVisitor