Lines Matching refs:ImpDecl
53 const ObjCImplementationDecl *ImpDecl);
600 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties() argument
617 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()
644 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName()); in ClassImplementsAllMethodsAndProperties()
842 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance() argument
843 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance()
864 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl, in migrateProtocolConformance()
1045 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1046 IDecl = ImpDecl->getClassInterface(); in migrateMethodInstanceType()
1316 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1317 IDecl = ImpDecl->getClassInterface(); in migrateFactoryMethod()
1869 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
1872 canModify(ImpDecl)) in HandleTranslationUnit()
1873 migrateProtocolConformance(Ctx, ImpDecl); in HandleTranslationUnit()