Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp191 if (const LocationContext *CallerLCtx = SFC->getParent()) { in computeObjectUnderConstruction() local
200 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()
203 CallerLCtx = CallerLCtx->getParent(); in computeObjectUnderConstruction()
204 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()
207 cast<Expr>(SFC->getCallSite()), State, CallerLCtx, in computeObjectUnderConstruction()
390 const LocationContext *CallerLCtx = SFC->getParent(); in updateObjectsUnderConstruction() local
391 if (!CallerLCtx) { in updateObjectsUnderConstruction()
399 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
402 CallerLCtx = CallerLCtx->getParent(); in updateObjectsUnderConstruction()
403 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()
[all …]