Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:MaxDepth

89                        int MaxDepth,
96 MaxDepth(MaxDepth),
242 // 0 < CurrentDepth <= MaxDepth.
248 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
287 const int MaxDepth;
374 BoundNodesTreeBuilder *Builder, int MaxDepth,
378 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
396 MaxDepth, Traversal, Bind);
405 BoundNodesTreeBuilder *Builder, int MaxDepth,
408 &Matcher, this, Builder, MaxDepth, Traversal, Bind);