Home
last modified time | relevance | path

Searched refs:BlockInvocationContext (Results 1 – 5 of 5) 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.cpp316 const BlockInvocationContext *AnalysisDeclContext::getBlockInvocationContext( in getBlockInvocationContext()
417 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile()
440 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext( in getBlockInvocationContext()
444 BlockInvocationContext::Profile(ID, ADC, ParentLC, BD, Data); in getBlockInvocationContext()
447 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext()
450 L = new BlockInvocationContext(ADC, ParentLC, BD, Data, ++NewID); in getBlockInvocationContext()
519 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in dumpStack()
564 if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) { in printJson()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp226 if (isa<BlockInvocationContext>(CallerLCtx)) { in computeObjectUnderConstruction()
230 assert(!isa<BlockInvocationContext>(CallerLCtx)); in computeObjectUnderConstruction()
452 if (isa<BlockInvocationContext>(CallerLCtx)) { in updateObjectsUnderConstruction()
456 assert(!isa<BlockInvocationContext>(CallerLCtx)); in updateObjectsUnderConstruction()
H A DMemRegion.cpp1008 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8283 …ckInvocationContext7ProfileERN4llvm16FoldingSetNodeIDE", "clang::BlockInvocationContext::Profile(l…
8306 {"_ZN5clang22BlockInvocationContextD1Ev", "clang::BlockInvocationContext::~BlockInvocationContext()…
8307 {"_ZN5clang22BlockInvocationContextD0Ev", "clang::BlockInvocationContext::~BlockInvocationContext()…
25299 {"_ZTVN5clang22BlockInvocationContextE", "vtable for clang::BlockInvocationContext"},