Lines Matching refs:ObjCMethodDecl
58 ObjCMethodDecl *OM);
59 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
60 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM);
63 ObjCMethodDecl *OM,
72 const ObjCMethodDecl *MethodDecl, bool ResultAnnotated);
82 const ObjCMethodDecl *MethodDecl);
177 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) in canModify()
246 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()
380 if (isa<ObjCMethodDecl>(D)) in migrateDecl()
455 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
456 const ObjCMethodDecl *Setter, in rewriteToObjCProperty()
643 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) in ClassImplementsAllMethodsAndProperties()
651 if (ObjCMethodDecl *ImpMD = dyn_cast<ObjCMethodDecl>(ND)) in ClassImplementsAllMethodsAndProperties()
958 ObjCMethodDecl *OM) { in ReplaceWithInstancetype()
980 ObjCMethodDecl *OM) { in ReplaceWithClasstype()
1003 ObjCMethodDecl *OM) { in migrateMethodInstanceType()
1157 ObjCMethodDecl *Method) { in migrateProperty()
1178 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()
1251 ObjCMethodDecl *OM) { in migrateNsReturnsInnerPointer()
1294 ObjCMethodDecl *OM, in migrateFactoryMethod()
1451 migrateAddMethodAnnotation(Ctx, cast<ObjCMethodDecl>(Decl)); in migrateCFAnnotation()
1571 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1608 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in AddCFAnnotations()
1625 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
1667 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in migrateAddMethodAnnotation()
1695 static bool hasSuperInitCall(const ObjCMethodDecl *MD) { in hasSuperInitCall()
1714 const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(), in inferDesignatedInitializers()