Searched refs:ObjCPropertyAttributeKind (Results 1 – 2 of 2) sorted by relevance
783 enum ObjCPropertyAttributeKind { enum813 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()814 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()816 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()818 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
473 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()