Home
last modified time | relevance | path

Searched refs:CurrentDepth (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp96 CurrentDepth(0), in MatchChildASTVisitor()
143 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl()
147 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt()
163 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType()
175 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc()
186 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier()
192 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc()
214 CurrentDepth = 0; in reset()
246 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
284 int CurrentDepth; member in clang::ast_matchers::internal::__anon018ced360111::MatchChildASTVisitor