Searched refs:OBJC_PR_retain (Results 1 – 12 of 12) sorted by relevance
43 if (attrs & (ObjCPropertyDecl::OBJC_PR_retain | in getImpliedARCOwnership()157 ObjCPropertyDecl::OBJC_PR_retain |294 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_retain; in makePropertyAttributesAsWritten()670 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in CreatePropertyDecl()915 bool HasOwnership = (Attr & (ObjCPropertyDecl::OBJC_PR_retain | in SelectPropertyForSynthesisFromProtocols()929 ObjCPropertyDecl::OBJC_PR_retain | in SelectPropertyForSynthesisFromProtocols()931 Diag(OriginalAttributes & (ObjCPropertyDecl::OBJC_PR_retain | in SelectPropertyForSynthesisFromProtocols()1668 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()1671 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
124 (ObjCPropertyDecl::OBJC_PR_retain | in TraverseObjCMethodDecl()
179 if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) { in rewriteProperty()
751 OBJC_PR_retain = 0x10, enumerator888 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()911 if (PropertyAttributes & OBJC_PR_retain) in getSetterKind()
1484 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
1930 if (Attrs & ObjCPropertyDecl::OBJC_PR_retain) in VisitObjCPropertyDecl()
1011 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyDecl::OBJC_PR_retain); in VisitObjCPropertyDecl()
6722 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()
793 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()853 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
945 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()1005 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
259 attrs &= ~ObjCPropertyDecl::OBJC_PR_retain; in PushPropertyAttributes()
7459 property_decl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in AddObjCClassProperty()