Lines Matching refs:ObjCPropertyDecl
60 ObjCPropertyDecl *PropD;
64 PropData(ObjCPropertyDecl *propD) in PropData()
111 ObjCPropertyDecl *propD = implD->getPropertyDecl(); in doTransform()
172 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()
174 if (propAttrs & (ObjCPropertyDecl::OBJC_PR_copy | in rewriteProperty()
175 ObjCPropertyDecl::OBJC_PR_unsafe_unretained | in rewriteProperty()
176 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
177 ObjCPropertyDecl::OBJC_PR_weak)) in rewriteProperty()
180 if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) { in rewriteProperty()
187 if (propAttrs & ObjCPropertyDecl::OBJC_PR_assign) { in rewriteProperty()
358 ObjCPropertyDecl::PropertyAttributeKind
361 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()