Searched refs:ObjCPropertyAttributeKind (Results 1 – 1 of 1) sorted by relevance
779 enum ObjCPropertyAttributeKind { enum809 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()810 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()812 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()814 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()