Searched refs:kind_assign (Results 1 – 12 of 12) sorted by relevance
26 kind_assign = 0x04, enumerator
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()[all …]
7484 (ObjCPropertyAttribute::kind_assign | in ObjCPropertyFlagConflicts()7489 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()7515 ObjCPropertyAttribute::kind_assign)) in CodeCompleteObjCPropertyFlags()
13430 if (Attributes & ObjCPropertyAttribute::kind_assign) { in checkUnsafeExprAssigns()13435 if (!(AsWrittenAttr & ObjCPropertyAttribute::kind_assign) && in checkUnsafeExprAssigns()
276 if (Attrs & ObjCPropertyAttribute::kind_assign) in checkAllAtProps()304 (ObjCPropertyAttribute::kind_assign | in checkAllProps()
185 if (propAttrs & ObjCPropertyAttribute::kind_assign) { in rewriteProperty()
1488 RenderAttribute(ObjCPropertyAttribute::kind_assign, "assign"); in getFragmentsForObjCProperty()
1624 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
1199 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign); in VisitObjCPropertyDecl()
2812 if (Attrs & ObjCPropertyAttribute::kind_assign) in VisitObjCPropertyDecl()
920 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()
8066 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in AddObjCClassProperty()