Searched refs:CallerLCtx (Results 1 – 1 of 1) sorted by relevance
207 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local216 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()219 CallerLCtx = CallerLCtx->getParent(); in computeObjectUnderConstruction()220 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()224 SFC->getCallSiteBlock(), CallerLCtx); in computeObjectUnderConstruction()226 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx, in computeObjectUnderConstruction()433 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction() local434 if (!CallerLCtx) { in updateObjectsUnderConstruction()442 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()445 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()[all …]