Home | History | Annotate | Download | only in Core

Lines Matching refs:CalleeCtx

285 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx,
303 Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(ParamDecl, CalleeCtx));
319 const StackFrameContext *CalleeCtx,
321 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
323 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
483 const StackFrameContext *CalleeCtx,
485 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
493 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
494 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
558 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx,
560 const BlockDecl *D = cast<BlockDecl>(CalleeCtx->getDecl());
562 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
579 const StackFrameContext *CalleeCtx,
581 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings);
586 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CalleeCtx->getDecl());
587 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx);
884 const StackFrameContext *CalleeCtx,
886 const ObjCMethodDecl *D = cast<ObjCMethodDecl>(CalleeCtx->getDecl());
888 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this,
893 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl();
895 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx,
925 const LocationContext *ParentCtx = CalleeCtx->getParent();
929 const Stmt *CallSite = CalleeCtx->getCallSite();
939 const CXXMethodDecl *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl());
940 Loc ThisPtr = SVB.getCXXThis(Ctor, CalleeCtx);
958 const CFGBlock *B = CalleeCtx->getCallSiteBlock();
959 CFGElement E = (*B)[CalleeCtx->getIndex()];
965 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CalleeCtx->getDecl());
966 Loc ThisPtr = SVB.getCXXThis(Dtor, CalleeCtx);