Home
last modified time | relevance | path

Searched refs:getCallStackDepth (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DState.cpp94 unsigned CallStackNotes = getCallStackDepth() - 1; in diag()
119 unsigned ActiveCalls = getCallStackDepth() - 1; in addCallStack()
H A DInterpState.cpp27 CallStackDepth(Parent.getCallStackDepth() + 1) {} in InterpState()
H A DInterpState.h44 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function
H A DState.h71 virtual unsigned getCallStackDepth() = 0;
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1145 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function in __anon7a1fdcea0311::EvalInfo