Searched refs:CallerLCtx (Results 1 – 1 of 1) sorted by relevance
197 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local206 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()209 CallerLCtx = CallerLCtx->getParent(); in computeObjectUnderConstruction()210 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()213 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()413 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction() local414 if (!CallerLCtx) { in updateObjectsUnderConstruction()422 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()425 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()426 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()[all …]