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

/external/clang/lib/AST/
H A DExprConstant.cpp355 /// CurrentCall - The top of the constexpr call stack.
356 CallStackFrame *CurrentCall; member in struct:__anon3048::EvalInfo
370 /// initialized after CurrentCall and CallStackDepth.
391 : Ctx(const_cast<ASTContext&>(C)), EvalStatus(S), CurrentCall(0),
431 CallStackFrame *Frame = CurrentCall;
585 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
587 Info.CurrentCall = this;
592 assert(Info.CurrentCall == this && "calls retired out of order");
594 Info.CurrentCall = Caller;
634 for (CallStackFrame *Frame = CurrentCall; Fram
[all...]

Completed in 33 milliseconds