Searched refs:CurrentCall (Results 1 – 1 of 1) sorted by relevance
808 CallStackFrame *CurrentCall; member in __anon6b6c21b10411::EvalInfo976 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr), in EvalInfo()1021 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()1065 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller()1112 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame()1350 Info.CurrentCall->pushTempVersion(); in ScopeRAII()1362 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()1439 : Info(Info), Caller(Info.CurrentCall), Callee(Callee), This(This), in CallStackFrame()1441 Info.CurrentCall = this; in CallStackFrame()1446 assert(Info.CurrentCall == this && "calls retired out of order"); in ~CallStackFrame()[all …]