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 412 /// CurrentCall - The top of the constexpr call stack.
413 CallStackFrame *CurrentCall;
427 /// initialized after CurrentCall and CallStackDepth.
455 : Ctx(const_cast<ASTContext&>(C)), EvalStatus(S), CurrentCall(0),
491 CallStackFrame *Frame = CurrentCall;
694 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
696 Info.CurrentCall = this;
701 assert(Info.CurrentCall == this && "calls retired out of order");
703 Info.CurrentCall = Caller;
727 for (CallStackFrame *Frame = CurrentCall; Frame != &BottomFrame
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 57 milliseconds