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 764 /// - \c matchesDescendantOf:
830 bool matchesDescendantOf(const T &Node,
841 return matchesDescendantOf(ast_type_traits::DynTypedNode::create(Node),
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 434 // Implements ASTMatchFinder::matchesDescendantOf.
435 bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node,
    [all...]

Completed in 358 milliseconds