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

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 522 /// - \c matchesAncestorOf:
528 /// sense. In the case of matchesAncestorOf, we'll want to implement it for
604 bool matchesAncestorOf(const T &Node,
611 return matchesAncestorOf(ast_type_traits::DynTypedNode::create(Node),
629 virtual bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node,
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 387 // Implements ASTMatchFinder::matchesAncestorOf.
388 virtual bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node,

Completed in 488 milliseconds