Searched refs:CallerLCtx (Results 1 – 1 of 1) sorted by relevance
191 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local200 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()203 CallerLCtx = CallerLCtx->getParent(); in computeObjectUnderConstruction()204 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()207 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()390 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction() local391 if (!CallerLCtx) { in updateObjectsUnderConstruction()399 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()402 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()403 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()[all …]