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);
174 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) in canModify()
243 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax()
377 if (isa<ObjCMethodDecl>(D)) in migrateDecl()
452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
453 const ObjCMethodDecl *Setter, in rewriteToObjCProperty()
647 if (ObjCMethodDecl *ImpMD = dyn_cast<ObjCMethodDecl>(ND)) in ClassImplementsAllMethodsAndProperties()
954 ObjCMethodDecl *OM) { in ReplaceWithInstancetype()
976 ObjCMethodDecl *OM) { in ReplaceWithClasstype()
999 ObjCMethodDecl *OM) { in migrateMethodInstanceType()
1153 ObjCMethodDecl *Method) { in migrateProperty()
1174 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()
1247 ObjCMethodDecl *OM) { in migrateNsReturnsInnerPointer()
1290 ObjCMethodDecl *OM, in migrateFactoryMethod()
1445 migrateAddMethodAnnotation(Ctx, cast<ObjCMethodDecl>(Decl)); in migrateCFAnnotation()
1565 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1602 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in AddCFAnnotations()
1619 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
1661 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in migrateAddMethodAnnotation()
1689 static bool hasSuperInitCall(const ObjCMethodDecl *MD) { in hasSuperInitCall()
1708 const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(), in inferDesignatedInitializers()