Searched refs:ObjCPropertyAttributeKind (Results 1 – 1 of 1) sorted by relevance
797 enum ObjCPropertyAttributeKind { enum828 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()829 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()831 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()833 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()