Searched refs:ObjCPropertyAttributeKind (Results 1 – 2 of 2) sorted by relevance
782 enum ObjCPropertyAttributeKind { enum807 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()808 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()810 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes()812 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
487 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()