reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  136     ScopedIncrement ScopedDepth(&CurrentDepth);
  141     if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX))
  141     if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX))
  144     ScopedIncrement ScopedDepth(&CurrentDepth);
  162     ScopedIncrement ScopedDepth(&CurrentDepth);
  174     ScopedIncrement ScopedDepth(&CurrentDepth);
  185     ScopedIncrement ScopedDepth(&CurrentDepth);
  191     ScopedIncrement ScopedDepth(&CurrentDepth);
  199     ScopedIncrement ScopedDepth(&CurrentDepth);
  219     CurrentDepth = 0;
  255     if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
  255     if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {