Searched refs:kind_assign (Results 1 – 11 of 11) sorted by relevance
26 kind_assign = 0x04, enumerator
54 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()289 if (Attributes & ObjCPropertyAttribute::kind_assign) in makePropertyAttributesAsWritten()290 attributesAsWritten |= ObjCPropertyAttribute::kind_assign; in makePropertyAttributesAsWritten()586 if (Attributes & (ObjCPropertyAttribute::kind_assign | in CreatePropertyDecl()599 !(Attributes & ObjCPropertyAttribute::kind_assign)) { in CreatePropertyDecl()685 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()695 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()[all …]
6624 (ObjCPropertyAttribute::kind_assign | in ObjCPropertyFlagConflicts()6629 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()6654 ObjCPropertyAttribute::kind_assign)) in CodeCompleteObjCPropertyFlags()
14998 if (Attributes & ObjCPropertyAttribute::kind_assign) { in checkUnsafeExprAssigns()15003 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()
1472 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
1023 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign); in VisitObjCPropertyDecl()
2235 if (Attrs & ObjCPropertyAttribute::kind_assign) in VisitObjCPropertyDecl()
866 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()
7727 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in AddObjCClassProperty()