Searched refs:OBJC_PR_retain (Results 1 – 10 of 10) sorted by relevance
125 (ObjCPropertyDecl::OBJC_PR_retain | in TraverseObjCMethodDecl()
180 if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) { in rewriteProperty()
44 if (attrs & (ObjCPropertyDecl::OBJC_PR_retain | in getImpliedARCOwnership()158 ObjCPropertyDecl::OBJC_PR_retain |293 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_retain; in makePropertyAttributesAsWritten()661 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in CreatePropertyDecl()1443 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()1446 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
708 OBJC_PR_retain = 0x10, enumerator825 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()845 if (PropertyAttributes & OBJC_PR_retain) in getSetterKind()
1278 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
1682 if (Attrs & ObjCPropertyDecl::OBJC_PR_retain) in VisitObjCPropertyDecl()
5408 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()
792 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()851 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()
261 attrs &= ~ObjCPropertyDecl::OBJC_PR_retain; in PushPropertyAttributes()