Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h38 class BlockInvocationContext; variable
186 const BlockInvocationContext *
347 class BlockInvocationContext : public LocationContext {
355 BlockInvocationContext(AnalysisDeclContext *ADC, in BlockInvocationContext() function
361 ~BlockInvocationContext() override = default;
410 const BlockInvocationContext *
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp319 const BlockInvocationContext *AnalysisDeclContext::getBlockInvocationContext( in getBlockInvocationContext()
367 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
390 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext( in getBlockInvocationContext()
394 BlockInvocationContext::Profile(ID, ADC, ParentLC, BD, Data); in getBlockInvocationContext()
397 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext()
400 L = new BlockInvocationContext(ADC, ParentLC, BD, Data, ++NewID); in getBlockInvocationContext()
469 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in dumpStack()
514 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in printJson()
/netbsd-src/external/apache2/llvm/dist/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()