Lines Matching refs:ToIface
3375 ObjCInterfaceDecl *ToIface = MergeWithIface;
3376 if (!ToIface) {
3377 ToIface = ObjCInterfaceDecl::Create(Importer.getToContext(), DC,
3382 ToIface->setLexicalDeclContext(LexicalDC);
3383 LexicalDC->addDeclInternal(ToIface);
3385 Importer.Imported(D, ToIface);
3387 if (D->isThisDeclarationADefinition() && ImportDefinition(D, ToIface))
3390 return ToIface;
4533 if (ObjCInterfaceDecl *ToIFace = dyn_cast<ObjCInterfaceDecl>(To)) {
4534 if (!ToIFace->getDefinition()) {
4535 Importer.ImportDefinition(cast<ObjCInterfaceDecl>(FromDC), ToIFace,