Searched refs:ImpDecl (Results 1 – 5 of 5) sorted by relevance
52 const ObjCImplementationDecl *ImpDecl);620 if (!ImpDecl->FindPropertyImplDecl( in ClassImplementsAllMethodsAndProperties()834 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance()855 if (ClassImplementsAllMethodsAndProperties(Ctx, ImpDecl, IDecl, in migrateProtocolConformance()1036 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local1037 IDecl = ImpDecl->getClassInterface(); in migrateMethodInstanceType()1307 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local1308 IDecl = ImpDecl->getClassInterface(); in migrateFactoryMethod()1866 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local1869 canModify(ImpDecl)) in HandleTranslationUnit()[all …]
2118 assert(ImpDecl && "missing implementation decl"); in CheckImplementationIvars()2129 ivars[i]->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()2136 ImpDecl->addDecl(ivars[i]); in CheckImplementationIvars()2147 if (ImpDecl->getSuperClass()) in CheckImplementationIvars()2167 ImplIvar->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()2169 ImpDecl->addDecl(ImplIvar); in CheckImplementationIvars()4688 if (Impl != ImpDecl) in checkObjCDirectMethodClashes()4696 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()4826 ImpDecl->addInstanceMethod(ObjCMethod); in ActOnMethodDeclaration()4828 PrevMethod = ImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()[all …]
752 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() local753 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod()754 : ImpDecl->getClassMethod(Sel); in lookupPrivateMethod()
9347 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue() local9350 ToPath[Idx] = cast<const CXXRecordDecl>(ImpDecl->getCanonicalDecl()); in ImportAPValue()9374 const Decl *ImpDecl = importChecked( in ImportAPValue() local9378 Base = APValue::LValueBase(cast<ValueDecl>(ImpDecl), in ImportAPValue()9409 const Decl *ImpDecl = importChecked(Err, FromDecl); in ImportAPValue() local9417 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
4368 void CheckImplementationIvars(ObjCImplementationDecl *ImpDecl,