Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp855 CallStackFrame *CurrentCall; member in __anonfb577fba0411::EvalInfo
1023 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr), in EvalInfo()
1098 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1143 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller()
1190 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame()
1428 Info.CurrentCall->pushTempVersion(); in ScopeRAII()
1440 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1517 : Info(Info), Caller(Info.CurrentCall), Callee(Callee), This(This), in CallStackFrame()
1520 Info.CurrentCall = this; in CallStackFrame()
1525 assert(Info.CurrentCall == this && "calls retired out of order"); in ~CallStackFrame()
[all …]