Searched refs:PropertyAttributesAsWritten (Results 1 – 2 of 2) sorted by relevance
737 unsigned PropertyAttributesAsWritten : NumPropertyAttrsBits; variable755 PropertyAttributesAsWritten(OBJC_PR_noattr), in ObjCPropertyDecl()803 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()807 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
766 unsigned PropertyAttributesAsWritten : NumObjCPropertyAttrsBits; variable798 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr), in ObjCPropertyDecl()845 return ObjCPropertyAttribute::Kind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()849 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()