Searched refs:OBJC_PR_strong (Results 1 – 7 of 7) sorted by relevance
44 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()84 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkARCPropertyDecl()259 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()309 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()491 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()608 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()730 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()737 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()989 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()1328 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()[all …]
127 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
194 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
2189 OBJC_PR_strong = 0x400, enumerator2263 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()2291 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()2298 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
1118 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1435 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
255 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()