Home | History | Annotate | Download | only in AST

Lines Matching refs:CallIndex

542     CallStackFrame *getCallFrame(unsigned CallIndex) {
543 assert(CallIndex && "no call index in getCallFrame");
547 while (Frame->Index > CallIndex)
549 return (Frame->Index == CallIndex) ? Frame : nullptr;
919 unsigned CallIndex;
925 unsigned getLValueCallIndex() const { return CallIndex; }
931 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
934 Designator.IsOnePastTheEnd, CallIndex);
940 CallIndex = V.getLValueCallIndex();
947 CallIndex = I;
1408 if (Value.CallIndex)
2428 if (LVal.CallIndex) {
2429 Frame = Info.getCallFrame(LVal.CallIndex);
2630 if (!LVal.Designator.Invalid && Base && !LVal.CallIndex &&
4323 // * Any Expr, with a CallIndex indicating the function in which the temporary
4327 // CallIndex, for a lifetime-extended temporary.
4782 Result.CallIndex = 0;