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.cpp207 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local
216 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()
219 CallerLCtx = CallerLCtx->getParent(); in computeObjectUnderConstruction()
220 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()
224 SFC->getCallSiteBlock(), CallerLCtx); in computeObjectUnderConstruction()
226 cast<Expr>(SFC->getCallSite()), State, &CallerBldrCtx, CallerLCtx, in computeObjectUnderConstruction()
433 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction() local
434 if (!CallerLCtx) { in updateObjectsUnderConstruction()
442 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
445 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()
[all …]