Searched refs:ObjCPropertyAttributeKind (Results 1 – 2 of 2) sorted by relevance
730 enum ObjCPropertyAttributeKind { enum755 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()756 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()758 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()760 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
376 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()