Lines Matching defs:ToImpl
5681 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
5682 if (!ToImpl) {
5695 ToImpl, D, Importer.getToContext(), DC,
5698 return ToImpl;
5700 ToImpl->setLexicalDeclContext(LexicalDC);
5701 LexicalDC->addDeclInternal(ToImpl);
5702 Category->setImplementation(ToImpl);
5705 Importer.MapImported(D, ToImpl);
5709 return ToImpl;
5892 ObjCPropertyImplDecl *ToImpl
5895 if (!ToImpl) {
5905 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC,
5910 return ToImpl;
5912 ToImpl->setLexicalDeclContext(LexicalDC);
5913 LexicalDC->addDeclInternal(ToImpl);
5917 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) {
5918 Importer.ToDiag(ToImpl->getLocation(),
5921 << (ToImpl->getPropertyImplementation()
5933 Ivar != ToImpl->getPropertyIvarDecl()) {
5934 Importer.ToDiag(ToImpl->getPropertyIvarDeclLoc(),
5937 << ToImpl->getPropertyIvarDecl()->getDeclName()
5947 Importer.MapImported(D, ToImpl);
5950 return ToImpl;