Lines Matching refs:ImpDecl
52 const ObjCImplementationDecl *ImpDecl);
602 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties() argument
619 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
644 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName()); in ClassImplementsAllMethodsAndProperties()
832 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance() argument
833 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance()
854 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl, in migrateProtocolConformance()
1035 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1036 IDecl = ImpDecl->getClassInterface(); in migrateMethodInstanceType()
1306 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1307 IDecl = ImpDecl->getClassInterface(); in migrateFactoryMethod()
1862 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
1865 canModify(ImpDecl)) in HandleTranslationUnit()
1866 migrateProtocolConformance(Ctx, ImpDecl); in HandleTranslationUnit()