Lines Matching refs:ObjCMethodDecl

59                                  ObjCMethodDecl *OM);
60 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
61 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM);
64 ObjCMethodDecl *OM,
71 const ObjCMethodDecl *MethodDecl, bool ResultAnnotated);
81 const ObjCMethodDecl *MethodDecl);
172 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) in canModify()
242 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()
641 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) in ClassImplementsAllMethodsAndProperties()
649 if (ObjCMethodDecl *ImpMD = dyn_cast<ObjCMethodDecl>(R[0])) in ClassImplementsAllMethodsAndProperties()
966 ObjCMethodDecl *OM) { in ReplaceWithInstancetype()
988 ObjCMethodDecl *OM) { in ReplaceWithClasstype()
1011 ObjCMethodDecl *OM) { in migrateMethodInstanceType()
1166 ObjCMethodDecl *Method) { in migrateProperty()
1187 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()
1260 ObjCMethodDecl *OM) { in migrateNsReturnsInnerPointer()
1303 ObjCMethodDecl *OM, in migrateFactoryMethod()
1460 migrateAddMethodAnnotation(Ctx, cast<ObjCMethodDecl>(Decl)); in migrateCFAnnotation()
1582 const ObjCMethodDecl *MethodDecl, in AddCFAnnotations()
1620 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in AddCFAnnotations()
1635 const ObjCMethodDecl *MethodDecl) { in migrateAddMethodAnnotation()
1676 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in migrateAddMethodAnnotation()
1705 static bool hasSuperInitCall(const ObjCMethodDecl *MD) { in hasSuperInitCall()
1724 const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(), in inferDesignatedInitializers()