Lines Matching refs:CallIndex
575 CallStackFrame *getCallFrame(unsigned CallIndex) { in getCallFrame()
576 assert(CallIndex && "no call index in getCallFrame"); in getCallFrame()
580 while (Frame->Index > CallIndex) in getCallFrame()
582 return (Frame->Index == CallIndex) ? Frame : nullptr; in getCallFrame()
1072 unsigned CallIndex : 31; member
1078 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex()
1084 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto()
1087 Designator.IsOnePastTheEnd, CallIndex); in moveInto()
1094 CallIndex = V.getLValueCallIndex(); in setFrom()
1102 CallIndex = I; in set()
1569 if (Value.CallIndex) in IsLiteralLValue()
2696 if (LVal.CallIndex) { in findCompleteObject()
2697 Frame = Info.getCallFrame(LVal.CallIndex); in findCompleteObject()
2906 if (Base && !LVal.CallIndex && !Type.isVolatileQualified()) { in handleLValueToRValueConversion()
5175 Result.CallIndex = 0; in VisitCastExpr()