Lines Matching refs:ObjCPropertyDecl
60 ObjCPropertyDecl *PropD;
64 PropData(ObjCPropertyDecl *propD) in PropData()
107 ObjCPropertyDecl *propD = implD->getPropertyDecl(); in doTransform()
190 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()
192 if (propAttrs & (ObjCPropertyDecl::OBJC_PR_copy | in rewriteProperty()
193 ObjCPropertyDecl::OBJC_PR_unsafe_unretained | in rewriteProperty()
194 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
195 ObjCPropertyDecl::OBJC_PR_weak)) in rewriteProperty()
198 if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) { in rewriteProperty()
205 if (propAttrs & ObjCPropertyDecl::OBJC_PR_assign) { in rewriteProperty()
376 ObjCPropertyDecl::PropertyAttributeKind
379 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()