Searched refs:ToIface (Results 1 – 2 of 2) sorted by relevance
5859 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local5860 if (!ToIface) { in VisitObjCInterfaceDecl()5866 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()5870 return ToIface; in VisitObjCInterfaceDecl()5871 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()5872 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()5874 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()5879 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()5884 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()5887 return ToIface; in VisitObjCInterfaceDecl()
12003 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local12006 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()