Searched refs:CopiedCaptures (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1992 SmallVector<BlockCaptureManagedEntity, 4> CopiedCaptures; local
1993 findBlockCapturedManagedEntities(blockInfo, getLangOpts(), CopiedCaptures);
1995 getCopyDestroyHelperFuncName(CopiedCaptures, blockInfo.BlockAlign,
2049 for (const auto &CopiedCapture : CopiedCaptures) {

Completed in 48 milliseconds