Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp2187 SmallVector<BlockCaptureManagedEntity, 4> DestroyedCaptures; in GenerateDestroyHelperFunction() local
2188 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), DestroyedCaptures); in GenerateDestroyHelperFunction()
2190 getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2242 for (const auto &DestroyedCapture : DestroyedCaptures) { in GenerateDestroyHelperFunction()