Searched refs:PropertyAttributesAsWritten (Results 1 – 1 of 1) sorted by relevance
2206 unsigned PropertyAttributesAsWritten : NumPropertyAttrsBits; variable2223 PropertyAttributesAsWritten(OBJC_PR_noattr), in ObjCPropertyDecl()2258 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()2262 return PropertyAttributesAsWritten & (OBJC_PR_assign | OBJC_PR_copy | in hasWrittenStorageAttribute()2268 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()