HomeSort by relevance Sort by last modified time
    Searched refs:CurrentCall (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprConstant.cpp 422 /// CurrentCall - The top of the constexpr call stack.
423 CallStackFrame *CurrentCall;
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; Frame != &BottomFrame
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 64 milliseconds