Searched refs:ToIface (Results 1 – 2 of 2) sorted by relevance
5583 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local5584 if (!ToIface) { in VisitObjCInterfaceDecl()5590 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()5594 return ToIface; in VisitObjCInterfaceDecl()5595 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()5596 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()5598 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()5603 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()5608 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()5611 return ToIface; in VisitObjCInterfaceDecl()
11298 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local11301 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()