Searched refs:CallerLCtx (Results 1 – 1 of 1) sorted by relevance
217 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local226 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()229 CallerLCtx = CallerLCtx->getParent(); in computeObjectUnderConstruction()230 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()234 SFC->getCallSiteBlock(), CallerLCtx); in computeObjectUnderConstruction()236 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx, in computeObjectUnderConstruction()443 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction() local444 if (!CallerLCtx) { in updateObjectsUnderConstruction()452 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()455 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()[all …]