Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h38 class BlockInvocationContext; variable
186 const BlockInvocationContext *
349 class BlockInvocationContext : public LocationContext {
357 BlockInvocationContext(AnalysisDeclContext *ADC, in BlockInvocationContext() function
363 ~BlockInvocationContext() override = default;
412 const BlockInvocationContext *
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp200 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()
204 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()
399 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
403 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()
H A DMemRegion.cpp901 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext()