Searched refs:kind_assign (Results 1 – 10 of 10) sorted by relevance
26 kind_assign = 0x04, enumerator
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()[all …]
6786 (ObjCPropertyAttribute::kind_assign | in ObjCPropertyFlagConflicts()6791 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()6816 ObjCPropertyAttribute::kind_assign)) in CodeCompleteObjCPropertyFlags()
15267 if (Attributes & ObjCPropertyAttribute::kind_assign) { in checkUnsafeExprAssigns()15272 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()
1506 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
1024 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign); in VisitObjCPropertyDecl()
2237 if (Attrs & ObjCPropertyAttribute::kind_assign) in VisitObjCPropertyDecl()
870 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()