Lines Matching refs:CallIndex
495 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef()
496 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef()
497 : OrigCallee(Callee), CallIndex(CallIndex), Version(Version) {} in CallRef()
514 unsigned CallIndex; member
1016 getCallFrameAndDepth(unsigned CallIndex) { in getCallFrameAndDepth() argument
1017 assert(CallIndex && "no call index in getCallFrameAndDepth"); in getCallFrameAndDepth()
1022 while (Frame->Index > CallIndex) { in getCallFrameAndDepth()
1026 if (Frame->Index == CallIndex) in getCallFrameAndDepth()
1052 CallStackFrame *Frame = getCallFrameAndDepth(Call.CallIndex).first; in getParamSlot()
1865 assert(Args.CallIndex == Index && "creating parameter in wrong frame"); in createParam()
2086 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()
8296 Info.getCallFrameAndDepth(CurrFrame->Arguments.CallIndex).first; in VisitVarDecl()