Searched refs:ScopedIncrement (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp142 ScopedIncrement ScopedDepth(&CurrentDepth);
146 ScopedIncrement ScopedDepth(&CurrentDepth);
162 ScopedIncrement ScopedDepth(&CurrentDepth);
174 ScopedIncrement ScopedDepth(&CurrentDepth);
185 ScopedIncrement ScopedDepth(&CurrentDepth);
191 ScopedIncrement ScopedDepth(&CurrentDepth);
205 struct ScopedIncrement { struct in class:clang::ast_matchers::internal::__anon3031::MatchChildASTVisitor
206 explicit ScopedIncrement(int *Depth) : Depth(Depth) { ++(*Depth); } function in struct:clang::ast_matchers::internal::__anon3031::MatchChildASTVisitor::ScopedIncrement
207 ~ScopedIncrement() { --(*Depth); }

Completed in 100 milliseconds