HomeSort by relevance Sort by last modified time
    Searched refs:matchesDescendantOf (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 519 /// - \c matchesDescendantOf:
586 bool matchesDescendantOf(const T &Node,
598 return matchesDescendantOf(ast_type_traits::DynTypedNode::create(Node),
624 virtual bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node,
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 379 // Implements ASTMatchFinder::matchesDescendantOf.
380 virtual bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node,

Completed in 52 milliseconds