Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h38 class BlockInvocationContext; variable
186 const BlockInvocationContext *
353 class BlockInvocationContext : public LocationContext {
361 BlockInvocationContext(AnalysisDeclContext *ADC, in BlockInvocationContext() function
367 ~BlockInvocationContext() override = default;
416 const BlockInvocationContext *
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp319 const BlockInvocationContext *AnalysisDeclContext::getBlockInvocationContext( in getBlockInvocationContext()
420 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
443 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext( in getBlockInvocationContext()
447 BlockInvocationContext::Profile(ID, ADC, ParentLC, BD, Data); in getBlockInvocationContext()
450 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext()
453 L = new BlockInvocationContext(ADC, ParentLC, BD, Data, ++NewID); in getBlockInvocationContext()
522 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in dumpStack()
567 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in printJson()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp206 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()
210 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()
422 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
426 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()
H A DMemRegion.cpp933 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext()