Lines Matching refs:ImpDecl
52 const ObjCImplementationDecl *ImpDecl);
603 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties() argument
620 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
647 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName()); in ClassImplementsAllMethodsAndProperties()
835 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance() argument
836 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance()
857 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl, in migrateProtocolConformance()
1038 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1039 IDecl = ImpDecl->getClassInterface(); in migrateMethodInstanceType()
1309 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1310 IDecl = ImpDecl->getClassInterface(); in migrateFactoryMethod()
1868 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
1871 canModify(ImpDecl)) in HandleTranslationUnit()
1872 migrateProtocolConformance(Ctx, ImpDecl); in HandleTranslationUnit()