Lines Matching defs:ToImpl
5620 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
5621 if (!ToImpl) {
5634 ToImpl, D, Importer.getToContext(), DC,
5637 return ToImpl;
5639 ToImpl->setLexicalDeclContext(LexicalDC);
5640 LexicalDC->addDeclInternal(ToImpl);
5641 Category->setImplementation(ToImpl);
5644 Importer.MapImported(D, ToImpl);
5648 return ToImpl;
5831 ObjCPropertyImplDecl *ToImpl
5834 if (!ToImpl) {
5844 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC,
5849 return ToImpl;
5851 ToImpl->setLexicalDeclContext(LexicalDC);
5852 LexicalDC->addDeclInternal(ToImpl);
5856 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) {
5857 Importer.ToDiag(ToImpl->getLocation(),
5860 << (ToImpl->getPropertyImplementation()
5872 Ivar != ToImpl->getPropertyIvarDecl()) {
5873 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(),
5876 << ToImpl->getPropertyIvarDecl()->getDeclName()
5886 Importer.MapImported(D, ToImpl);
5889 return ToImpl;