Searched refs:OBJC_PR_strong (Results 1 – 7 of 7) sorted by relevance
45 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()86 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkPropertyDeclWithOwnership()161 ObjCPropertyDecl::OBJC_PR_strong |295 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()664 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()797 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()804 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()1124 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()1443 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()1446 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()[all …]
127 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
176 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
714 OBJC_PR_strong = 0x400, enumerator825 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()843 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
1283 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1692 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
263 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()