Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:MaxDepth

86                        int MaxDepth,
93 MaxDepth(MaxDepth),
239 // 0 < CurrentDepth <= MaxDepth.
245 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
284 const int MaxDepth;
372 BoundNodesTreeBuilder *Builder, int MaxDepth,
376 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
394 MaxDepth, Traversal, Bind);
403 BoundNodesTreeBuilder *Builder, int MaxDepth,
406 &Matcher, this, Builder, MaxDepth, Traversal, Bind);