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 767 /// - \c matchesAncestorOf:
773 /// sense. In the case of matchesAncestorOf, we'll want to implement it for
847 bool matchesAncestorOf(const T &Node,
856 return matchesAncestorOf(ast_type_traits::DynTypedNode::create(Node),
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 444 // Implements ASTMatchFinder::matchesAncestorOf.
445 bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node,
    [all...]

Completed in 183 milliseconds