Lines Matching refs:kind_assign
55 if (attrs & ObjCPropertyAttribute::kind_assign && in getImpliedARCOwnership()
155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
165 if (result & (ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
167 result |= ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
282 if (Attributes & ObjCPropertyAttribute::kind_assign) in makePropertyAttributesAsWritten()
283 attributesAsWritten |= ObjCPropertyAttribute::kind_assign; in makePropertyAttributesAsWritten()
564 if (Attributes & (ObjCPropertyAttribute::kind_assign | in CreatePropertyDecl()
577 !(Attributes & ObjCPropertyAttribute::kind_assign)) { in CreatePropertyDecl()
663 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
673 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
764 ObjCPropertyAttribute::kind_assign) != 0); in checkARCPropertyImpl()
895 ObjCPropertyAttribute::kind_assign | in SelectPropertyForSynthesisFromProtocols()
2655 if ((Attributes & ObjCPropertyAttribute::kind_assign) && in CheckObjCPropertyAttributes()
2663 if (Attributes & ObjCPropertyAttribute::kind_assign) { in CheckObjCPropertyAttributes()