Home
last modified time | relevance | path

Searched defs:ScopedIncrement (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp306 struct ScopedIncrement { struct in clang::ast_matchers::internal::__anon62d4f9200111::MatchChildASTVisitor
307 explicit ScopedIncrement(int *Depth) : Depth(Depth) { ++(*Depth); } in ScopedIncrement() function
308 ~ScopedIncrement() { --(*Depth); } in ~ScopedIncrement()
311 int *Depth;