Searched refs:ImpDecl (Results 1 – 5 of 5) sorted by relevance
52 const ObjCImplementationDecl *ImpDecl);619 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()833 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance()854 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl, in migrateProtocolConformance()1035 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local1036 IDecl = ImpDecl->getClassInterface(); in migrateMethodInstanceType()1306 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local1307 IDecl = ImpDecl->getClassInterface(); in migrateFactoryMethod()1865 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local1868 canModify(ImpDecl)) in HandleTranslationUnit()[all …]
2123 assert(ImpDecl && "missing implementation decl"); in CheckImplementationIvars()2134 ivars[i]->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()2141 ImpDecl->addDecl(ivars[i]); in CheckImplementationIvars()2152 if (ImpDecl->getSuperClass()) in CheckImplementationIvars()2172 ImplIvar->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()2174 ImpDecl->addDecl(ImplIvar); in CheckImplementationIvars()4696 if (Impl != ImpDecl) in checkObjCDirectMethodClashes()4704 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()4834 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()4836 PrevMethod = ImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()[all …]
760 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() local761 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod()762 : ImpDecl->getClassMethod(Sel); in lookupPrivateMethod()
9730 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue() local9733 ToPath[Idx] = cast<const CXXRecordDecl>(ImpDecl->getCanonicalDecl()); in ImportAPValue()9757 const Decl *ImpDecl = importChecked( in ImportAPValue() local9761 Base = APValue::LValueBase(cast<ValueDecl>(ImpDecl), in ImportAPValue()9790 const Decl *ImpDecl = importChecked(Err, FromDecl); in ImportAPValue() local9798 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
4629 void CheckImplementationIvars(ObjCImplementationDecl *ImpDecl,