Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp95 unsigned CallStackNotes = getCallStackDepth() - 1; in diag()
120 unsigned ActiveCalls = getCallStackDepth() - 1; in addCallStack()
H A DState.h71 virtual unsigned getCallStackDepth() = 0;
H A DInterpState.h51 unsigned getCallStackDepth() override { in getCallStackDepth() function
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1206 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function in __anon6f5850ef0411::EvalInfo