Searched refs:calleeCtx (Results 1 – 2 of 2) sorted by relevance
42 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local43 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter()45 const CFG *CalleeCFG = calleeCtx->getCFG(); in processCallEnter()56 BlockEdge Loc(Entry, Succ, calleeCtx); in processCallEnter()184 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() argument185 const Decl *RuntimeCallee = calleeCtx->getDecl(); in wasDifferentDeclUsedForInlining()221 const StackFrameContext *calleeCtx = in processCallExit() local227 calleeCtx->getParent()->getCurrentStackFrame(); in processCallExit()229 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()[all …]
563 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() argument565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()