Lines Matching refs:CallIndex
498 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef()
499 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef()
500 : OrigCallee(Callee), CallIndex(CallIndex), Version(Version) {} in CallRef()
517 unsigned CallIndex; member
1069 getCallFrameAndDepth(unsigned CallIndex) { in getCallFrameAndDepth() argument
1070 assert(CallIndex && "no call index in getCallFrameAndDepth"); in getCallFrameAndDepth()
1075 while (Frame->Index > CallIndex) { in getCallFrameAndDepth()
1079 if (Frame->Index == CallIndex) in getCallFrameAndDepth()
1105 CallStackFrame *Frame = getCallFrameAndDepth(Call.CallIndex).first; in getParamSlot()
1919 assert(Args.CallIndex == Index && "creating parameter in wrong frame"); in createParam()
2162 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()
8575 Info.getCallFrameAndDepth(CurrFrame->Arguments.CallIndex).first; in VisitVarDecl()