Lines Matching refs:kind_assign
54 if (attrs & ObjCPropertyAttribute::kind_assign && in getImpliedARCOwnership()
153 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
163 if (result & (ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
165 result |= ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
282 if (Attributes & ObjCPropertyAttribute::kind_assign) in makePropertyAttributesAsWritten()
283 attributesAsWritten |= ObjCPropertyAttribute::kind_assign; in makePropertyAttributesAsWritten()
579 if (Attributes & (ObjCPropertyAttribute::kind_assign | in CreatePropertyDecl()
592 !(Attributes & ObjCPropertyAttribute::kind_assign)) { in CreatePropertyDecl()
678 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
688 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
779 ObjCPropertyAttribute::kind_assign) != 0); in checkARCPropertyImpl()
910 ObjCPropertyAttribute::kind_assign | in SelectPropertyForSynthesisFromProtocols()
2677 if ((Attributes & ObjCPropertyAttribute::kind_assign) && in CheckObjCPropertyAttributes()
2685 if (Attributes & ObjCPropertyAttribute::kind_assign) { in CheckObjCPropertyAttributes()