HomeSort by: relevance | last modified time | path
    Searched refs:matchesDescendantOf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 701 /// - \c matchesDescendantOf:
767 bool matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher,
776 return matchesDescendantOf(DynTypedNode::create(Node), getASTContext(),
808 virtual bool matchesDescendantOf(const DynTypedNode &Node, ASTContext &Ctx,
1681 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
1750 return Finder->matchesDescendantOf(Node, this->DescendantMatcher, Builder,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RewriteRule.cpp 220 return Finder->matchesDescendantOf(
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 651 // Implements ASTMatchFinder::matchesDescendantOf.
652 bool matchesDescendantOf(const DynTypedNode &Node, ASTContext &Ctx,

Completed in 22 milliseconds