enum Kind

Declared at: clang/include/clang/AST/DeclObjCCommon.h:22

Enumerators

NameValueComment
kind_noattr0
kind_readonly1
kind_getter2
kind_assign4
kind_readwrite8
kind_retain16
kind_copy32
kind_nonatomic64
kind_setter128
kind_atomic256
kind_weak512
kind_strong1024
kind_unsafe_unretained2048
kind_nullability4096Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier.
kind_null_resettable8192Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier.
kind_class16384Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier.
kind_direct32768Indicates that the nullability of the type was spelled with a property attribute rather than a type qualifier.