Searched refs:CurrentCall (Results 1 – 1 of 1) sorted by relevance
800 CallStackFrame *CurrentCall; member in __anondef1c1650311::EvalInfo972 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr), in EvalInfo()1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()1060 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller()1111 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame()1351 Info.CurrentCall->pushTempVersion(); in ScopeRAII()1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()1440 : Info(Info), Caller(Info.CurrentCall), Callee(Callee), This(This), in CallStackFrame()1442 Info.CurrentCall = this; in CallStackFrame()1447 assert(Info.CurrentCall == this && "calls retired out of order"); in ~CallStackFrame()[all …]