Home
last modified time | relevance | path

Searched refs:CallerLCtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp217 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local
226 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() local
444 if (!CallerLCtx) { in updateObjectsUnderConstruction()
452 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
455 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()
[all …]