Lines Matching refs:CallerLCtx
197 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local
206 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() local
414 if (!CallerLCtx) { in updateObjectsUnderConstruction()
422 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
425 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()
426 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()
430 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in updateObjectsUnderConstruction()