Lines Matching refs:ImpDecl
52 const ObjCImplementationDecl *ImpDecl);
498 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties() argument
515 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
541 DeclContext::lookup_const_result R = ImpDecl->lookup(MD->getDeclName()); in ClassImplementsAllMethodsAndProperties()
699 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance() argument
700 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance()
723 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl, in migrateProtocolConformance()
913 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
914 IDecl = ImpDecl->getClassInterface(); in migrateMethodInstanceType()
1185 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1186 IDecl = ImpDecl->getClassInterface(); in migrateFactoryMethod()
1727 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
1730 canModify(ImpDecl)) in HandleTranslationUnit()
1731 migrateProtocolConformance(Ctx, ImpDecl); in HandleTranslationUnit()