Searched refs:CurrentCall (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 797 CallStackFrame *CurrentCall; member in __anon3f12a8aa0311::EvalInfo 966 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr), in EvalInfo() 1010 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth() 1054 for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame; in getStdAllocatorCaller() 1105 interp::Frame *getCurrentFrame() override { return CurrentCall; } in getCurrentFrame() 1345 Info.CurrentCall->pushTempVersion(); in ScopeRAII() 1357 Info.CurrentCall->popTempVersion(); in ~ScopeRAII() 1434 : Info(Info), Caller(Info.CurrentCall), Callee(Callee), This(This), in CallStackFrame() 1436 Info.CurrentCall = this; in CallStackFrame() 1441 assert(Info.CurrentCall == this && "calls retired out of order"); in ~CallStackFrame() [all …]
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 444 CallStackFrame *CurrentCall; member 542 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr), in EvalInfo() 579 CallStackFrame *Frame = CurrentCall; in getCallFrame() 965 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee), in CallStackFrame() 967 Info.CurrentCall = this; in CallStackFrame() 972 assert(Info.CurrentCall == this && "calls retired out of order"); in ~CallStackFrame() 974 Info.CurrentCall = Caller; in ~CallStackFrame() 998 for (CallStackFrame *Frame = CurrentCall; Frame != &BottomFrame; in addCallStack() 3411 Result.set(VD, Info.CurrentCall->Index); in EvaluateDecl() 3412 APValue &Val = Info.CurrentCall->createTemporary(VD, true); in EvaluateDecl() [all …]
|