Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 *
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp318 const BlockInvocationContext *AnalysisDeclContext::getBlockInvocationContext( in getBlockInvocationContext()
419 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
442 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext( in getBlockInvocationContext()
446 BlockInvocationContext::Profile(ID, ADC, ParentLC, BD, Data); in getBlockInvocationContext()
449 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext()
452 L = new BlockInvocationContext(ADC, ParentLC, BD, Data, ++NewID); in getBlockInvocationContext()
521 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in dumpStack()
566 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in printJson()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp216 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()
220 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()
442 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
446 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()
H A DMemRegion.cpp966 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext()