Lines Matching refs:CurrentDepth
101 : Matcher(Matcher), Finder(Finder), Builder(Builder), CurrentDepth(0), in MatchChildASTVisitor()
158 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl()
178 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
181 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt()
198 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType()
210 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc()
221 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier()
227 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc()
235 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseConstructorInitializer()
239 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTemplateArgumentLoc()
247 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseCXXForRangeStmt()
265 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseCXXRewrittenBinaryOperator()
275 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseAttr()
283 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseLambdaExpr()
329 CurrentDepth = 0; in reset()
371 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
409 int CurrentDepth; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchChildASTVisitor