Go to the source code of this file.
|
enum | clang::ObjCPropertyAttribute::Kind {
clang::ObjCPropertyAttribute::kind_noattr = 0x00
, clang::ObjCPropertyAttribute::kind_readonly = 0x01
, clang::ObjCPropertyAttribute::kind_getter = 0x02
, clang::ObjCPropertyAttribute::kind_assign = 0x04
,
clang::ObjCPropertyAttribute::kind_readwrite = 0x08
, clang::ObjCPropertyAttribute::kind_retain = 0x10
, clang::ObjCPropertyAttribute::kind_copy = 0x20
, clang::ObjCPropertyAttribute::kind_nonatomic = 0x40
,
clang::ObjCPropertyAttribute::kind_setter = 0x80
, clang::ObjCPropertyAttribute::kind_atomic = 0x100
, clang::ObjCPropertyAttribute::kind_weak = 0x200
, clang::ObjCPropertyAttribute::kind_strong = 0x400
,
clang::ObjCPropertyAttribute::kind_unsafe_unretained = 0x800
, clang::ObjCPropertyAttribute::kind_nullability = 0x1000
, clang::ObjCPropertyAttribute::kind_null_resettable = 0x2000
, clang::ObjCPropertyAttribute::kind_class = 0x4000
,
clang::ObjCPropertyAttribute::kind_direct = 0x8000
} |
|
enum | { clang::NumObjCPropertyAttrsBits = 16
} |
|