enum Kind
Declared at: clang/include/clang/AST/DeclObjCCommon.h:22
Enumerators
Name | Value | Comment |
---|---|---|
kind_noattr | 0 | |
kind_readonly | 1 | |
kind_getter | 2 | |
kind_assign | 4 | |
kind_readwrite | 8 | |
kind_retain | 16 | |
kind_copy | 32 | |
kind_nonatomic | 64 | |
kind_setter | 128 | |
kind_atomic | 256 | |
kind_weak | 512 | |
kind_strong | 1024 | |
kind_unsafe_unretained | 2048 | |
kind_nullability | 4096 | Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier. |
kind_null_resettable | 8192 | Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier. |
kind_class | 16384 | Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier. |
kind_direct | 32768 | Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier. |