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

/external/clang/lib/AST/
H A DExprConstant.cpp422 /// CurrentCall - The top of the constexpr call stack.
423 CallStackFrame *CurrentCall; member in struct:__anon17734::EvalInfo
437 /// initialized after CurrentCall and CallStackDepth.
510 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr),
546 CallStackFrame *Frame = CurrentCall;
823 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
825 Info.CurrentCall = this;
830 assert(Info.CurrentCall == this && "calls retired out of order");
832 Info.CurrentCall = Caller;
856 for (CallStackFrame *Frame = CurrentCall; Fram
[all...]

Completed in 214 milliseconds