Home | History | Annotate | Download | only in AST

Lines Matching refs:CallIndex

427     CallStackFrame *getCallFrame(unsigned CallIndex) {
428 assert(CallIndex && "no call index in getCallFrame");
432 while (Frame->Index > CallIndex)
434 return (Frame->Index == CallIndex) ? Frame : 0;
697 unsigned CallIndex;
703 unsigned getLValueCallIndex() const { return CallIndex; }
709 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
712 Designator.IsOnePastTheEnd, CallIndex);
718 CallIndex = V.getLValueCallIndex();
725 CallIndex = I;
1096 return Value.Base.dyn_cast<const Expr*>() && !Value.CallIndex;
1723 if (LVal.CallIndex) {
1724 Frame = Info.getCallFrame(LVal.CallIndex);
1823 if (unsigned CallIndex = RVal.getLValueCallIndex()) {
1824 Frame = Info.getCallFrame(CallIndex);
2855 // * Any Expr, with a CallIndex indicating the function in which the temporary
3206 Result.CallIndex = 0;