reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1088 unsigned getCallStackDepth() override { return CallStackDepth; }
tools/clang/lib/AST/Interp/InterpState.h 44 unsigned getCallStackDepth() override { return CallStackDepth; }
27 CallStackDepth(Parent.getCallStackDepth() + 1) {}
tools/clang/lib/AST/Interp/State.cpp94 unsigned CallStackNotes = getCallStackDepth() - 1; 119 unsigned ActiveCalls = getCallStackDepth() - 1;