Lines Matching defs:ImpDecl
52 const ObjCImplementationDecl *ImpDecl);
599 const ObjCImplementationDecl *ImpDecl,
616 if (!ImpDecl->FindPropertyImplDecl(
641 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName());
829 const ObjCImplementationDecl *ImpDecl) {
830 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface();
851 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl,
1032 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
1033 IDecl = ImpDecl->getClassInterface();
1303 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
1304 IDecl = ImpDecl->getClassInterface();
1860 else if (const ObjCImplementationDecl *ImpDecl =
1863 canModify(ImpDecl))
1864 migrateProtocolConformance(Ctx, ImpDecl);