Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp197 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()
[all …]