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()269 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()320 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()333 if (attr & ObjCPropertyDecl::OBJC_PR_strong) in NameOfOwnershipAttribute()506 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()623 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()745 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()752 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()1010 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()[all …]
129 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
199 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
2003 OBJC_PR_strong = 0x400, enumerator2075 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()2103 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()2110 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
1119 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1413 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
255 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()