Lines Matching defs:ImpDecl
53 const ObjCImplementationDecl *ImpDecl);
600 const ObjCImplementationDecl *ImpDecl,
617 if (!ImpDecl->FindPropertyImplDecl(
642 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName());
830 const ObjCImplementationDecl *ImpDecl) {
831 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface();
852 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl,
1033 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
1034 IDecl = ImpDecl->getClassInterface();
1304 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
1305 IDecl = ImpDecl->getClassInterface();
1861 else if (const ObjCImplementationDecl *ImpDecl =
1864 canModify(ImpDecl))
1865 migrateProtocolConformance(Ctx, ImpDecl);