Searched refs:kind_weak (Results 1 – 15 of 15) sorted by relevance
46 } else if (attrs & ObjCPropertyAttribute::kind_weak) { in getImpliedARCOwnership()85 attr = ObjCPropertyAttribute::kind_weak; in checkPropertyDeclWithOwnership()132 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()139 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()156 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_weak |183 FD.D.setObjCWeakProperty((Attributes & ObjCPropertyAttribute::kind_weak) != in ActOnProperty()295 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten()296 attributesAsWritten |= ObjCPropertyAttribute::kind_weak; in makePropertyAttributesAsWritten()507 if ((Attributes & ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()509 ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()[all …]
585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
6627 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()6634 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()6680 ObjCPropertyAttribute::kind_weak)) in CodeCompleteObjCPropertyFlags()
3386 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
15015 } else if (Attributes & ObjCPropertyAttribute::kind_weak) { in checkUnsafeExprAssigns()
33 kind_weak = 0x200, enumerator
899 if (PropertyAttributes & ObjCPropertyAttribute::kind_weak) in getSetterKind()
175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
769 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
1489 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
1031 attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::kind_weak); in VisitObjCPropertyDecl()
2247 if (Attrs & ObjCPropertyAttribute::kind_weak) in VisitObjCPropertyDecl()
7059 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
882 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
251 attrs &= ~ObjCPropertyAttribute::kind_weak; in PushPropertyAttributes()