Home
last modified time | relevance | path

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

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