enum class BlockCaptureEntityKind

Description

Represents a type of copy/destroy operation that should be performed for an entity that's captured by a block.

Declared at: clang/lib/CodeGen/CGBlocks.h:146

Enumerators

NameValueComment
None0
CXXRecord1
ARCWeak2
ARCStrong3
NonTrivialCStruct4
BlockObject5