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()260 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()310 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()494 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()611 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()733 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()740 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()992 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()1331 (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()
2205 OBJC_PR_strong = 0x400, enumerator2279 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()2307 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()2314 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
1141 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1528 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
258 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()