Lines Matching refs:CallIndex
542 CallStackFrame *getCallFrame(unsigned CallIndex) { in getCallFrame()
543 assert(CallIndex && "no call index in getCallFrame"); in getCallFrame()
547 while (Frame->Index > CallIndex) in getCallFrame()
549 return (Frame->Index == CallIndex) ? Frame : nullptr; in getCallFrame()
919 unsigned CallIndex; member
925 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex()
931 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto()
934 Designator.IsOnePastTheEnd, CallIndex); in moveInto()
940 CallIndex = V.getLValueCallIndex(); in setFrom()
947 CallIndex = I; in set()
1408 if (Value.CallIndex) in IsLiteralLValue()
2428 if (LVal.CallIndex) { in findCompleteObject()
2429 Frame = Info.getCallFrame(LVal.CallIndex); in findCompleteObject()
2630 if (!LVal.Designator.Invalid && Base && !LVal.CallIndex && in handleLValueToRValueConversion()
4782 Result.CallIndex = 0; in VisitCastExpr()