HomeSort by relevance Sort by last modified time
    Searched full:matchesrecursively (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 339 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
347 matchesRecursively(Node, Matcher, &DescendantBoundNodesBuilder,
357 bool matchesRecursively(const ast_type_traits::DynTypedNode &Node,
376 return matchesRecursively(Node, Matcher, Builder, 1, Traversal,

Completed in 153 milliseconds