Searched refs:OBJC_PR_strong (Results 1 – 7 of 7) sorted by relevance
45 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()85 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkARCPropertyDecl()251 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()301 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()492 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()610 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()738 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()745 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()997 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()1340 (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()
2439 OBJC_PR_strong = 0x400, enumerator2529 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()2557 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()2564 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
1227 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1572 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
253 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()