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()
642 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) in ClassImplementsAllMethodsAndProperties()
650 if (ObjCMethodDecl *ImpMD = dyn_cast<ObjCMethodDecl>(ND)) in ClassImplementsAllMethodsAndProperties()
957 ObjCMethodDecl *OM) { in ReplaceWithInstancetype()
979 ObjCMethodDecl *OM) { in ReplaceWithClasstype()
1002 ObjCMethodDecl *OM) { in migrateMethodInstanceType()
1156 ObjCMethodDecl *Method) { in migrateProperty()
1177 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()
1250 ObjCMethodDecl *OM) { in migrateNsReturnsInnerPointer()
1293 ObjCMethodDecl *OM, in migrateFactoryMethod()
1447 migrateAddMethodAnnotation(Ctx, cast<ObjCMethodDecl>(Decl)); in migrateCFAnnotation()
1567 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1604 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in AddCFAnnotations()
1621 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
1663 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in migrateAddMethodAnnotation()
1691 static bool hasSuperInitCall(const ObjCMethodDecl *MD) { in hasSuperInitCall()
1710 const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(), in inferDesignatedInitializers()