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

Overridden By

tools/clang/lib/AST/ExprConstant.cpp
 1088     unsigned getCallStackDepth() override { return CallStackDepth; }
tools/clang/lib/AST/Interp/InterpState.h
   44   unsigned getCallStackDepth() override { return CallStackDepth; }

References

tools/clang/lib/AST/Interp/InterpState.cpp
   27       CallStackDepth(Parent.getCallStackDepth() + 1) {}
tools/clang/lib/AST/Interp/State.cpp
   94     unsigned CallStackNotes = getCallStackDepth() - 1;
  119   unsigned ActiveCalls = getCallStackDepth() - 1;