Lines Matching defs:CallerLCtx
199 if (const LocationContext *CallerLCtx = SFC->getParent()) {
208 if (isa<BlockInvocationContext>(CallerLCtx)) {
211 CallerLCtx = CallerLCtx->getParent();
212 assert(!isa<BlockInvocationContext>(CallerLCtx));
216 SFC->getCallSiteBlock(), CallerLCtx);
218 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx,
425 const LocationContext *CallerLCtx = SFC->getParent();
426 if (!CallerLCtx) {
434 if (isa<BlockInvocationContext>(CallerLCtx)) {
437 CallerLCtx = CallerLCtx->getParent();
438 assert(!isa<BlockInvocationContext>(CallerLCtx));
442 cast<Expr>(SFC->getCallSite()), State, CallerLCtx,