Searched refs:matchesDescendantOf (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchersInternal.h | 814 bool matchesDescendantOf(const T &Node, in matchesDescendantOf() function 825 return matchesDescendantOf(ast_type_traits::DynTypedNode::create(Node), in matchesDescendantOf() 851 virtual bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, 1227 return Finder->matchesDescendantOf(Node, this->InnerMatcher, Builder, 1290 return Finder->matchesDescendantOf(Node, this->InnerMatcher, Builder,
|
| /NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| HD | ASTMatchFinder.cpp | 438 bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, in matchesDescendantOf() function in clang::ast_matchers::internal::__anonee074a4e0111::MatchASTVisitor
|