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
Name | Value | Comment |
---|---|---|
None | 0 | |
CXXRecord | 1 | |
ARCWeak | 2 | |
ARCStrong | 3 | |
NonTrivialCStruct | 4 | |
BlockObject | 5 |