Searched refs:kind_weak (Results 1 – 15 of 15) sorted by relevance
47 } else if (attrs & ObjCPropertyAttribute::kind_weak) { in getImpliedARCOwnership()86 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 |181 FD.D.setObjCWeakProperty((Attributes & ObjCPropertyAttribute::kind_weak) != in ActOnProperty()288 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten()289 attributesAsWritten |= ObjCPropertyAttribute::kind_weak; in makePropertyAttributesAsWritten()491 if ((Attributes & ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()493 ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()[all …]
593 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
7487 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()7494 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()7541 ObjCPropertyAttribute::kind_weak)) in CodeCompleteObjCPropertyFlags()
3393 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
13447 } else if (Attributes & ObjCPropertyAttribute::kind_weak) { in checkUnsafeExprAssigns()
33 kind_weak = 0x200, enumerator
879 if (PropertyAttributes & ObjCPropertyAttribute::kind_weak) in getSetterKind()
175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
1492 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()
1641 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
1207 attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::kind_weak); in VisitObjCPropertyDecl()
2824 if (Attrs & ObjCPropertyAttribute::kind_weak) in VisitObjCPropertyDecl()
8347 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
936 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
253 attrs &= ~ObjCPropertyAttribute::kind_weak; in PushPropertyAttributes()