Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:MaxDepth

66                        int MaxDepth,
73 MaxDepth(MaxDepth),
213 // 0 < CurrentDepth <= MaxDepth.
219 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
255 const int MaxDepth;
333 BoundNodesTreeBuilder *Builder, int MaxDepth,
339 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
348 MaxDepth, Traversal, Bind);
359 BoundNodesTreeBuilder *Builder, int MaxDepth,
362 &Matcher, this, Builder, MaxDepth, Traversal, Bind);