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()654 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in CreatePropertyDecl()1428 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()1431 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
2423 OBJC_PR_retain = 0x10, enumerator2539 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()2548 if (PropertyAttributes & OBJC_PR_retain) in getSetterKind()
1260 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
1572 if (Attrs & ObjCPropertyDecl::OBJC_PR_retain) in VisitObjCPropertyDecl()
5303 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()
956 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()1016 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
256 attrs &= ~ObjCPropertyDecl::OBJC_PR_retain; in PushPropertyAttributes()