Searched refs:kind_weak (Results 1 – 16 of 16) sorted by relevance
46 } else if (attrs & ObjCPropertyAttribute::kind_weak) { in getImpliedARCOwnership()85 attr = ObjCPropertyAttribute::kind_weak; in checkPropertyDeclWithOwnership()130 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()137 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()288 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten()502 ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()668 if (Attributes & ObjCPropertyAttribute::kind_weak) in CreatePropertyDecl()1232 if (kind & ObjCPropertyAttribute::kind_weak) { in ActOnPropertyImplDecl()2701 Attributes &= ~ObjCPropertyAttribute::kind_weak; in CheckObjCPropertyAttributes()2725 Attributes &= ~ObjCPropertyAttribute::kind_weak; in CheckObjCPropertyAttributes()[all …]
585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
7330 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()7337 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()7383 ObjCPropertyAttribute::kind_weak)) in CodeCompleteObjCPropertyFlags()
3381 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
17012 } else if (Attributes & ObjCPropertyAttribute::kind_weak) { in checkUnsafeExprAssigns()
33 kind_weak = 0x200, enumerator
873 if (PropertyAttributes & ObjCPropertyAttribute::kind_weak) in getSetterKind()
175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
815 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
663 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()
1540 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
1110 attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::kind_weak); in VisitObjCPropertyDecl()
2363 if (Attrs & ObjCPropertyAttribute::kind_weak) in VisitObjCPropertyDecl()
7880 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
920 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
255 attrs &= ~ObjCPropertyAttribute::kind_weak; in PushPropertyAttributes()