Searched refs:ToIface (Results 1 – 2 of 2) sorted by relevance
5045 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local5046 if (!ToIface) { in VisitObjCInterfaceDecl()5052 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()5056 return ToIface; in VisitObjCInterfaceDecl()5057 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()5058 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()5060 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()5065 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()5070 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()5073 return ToIface; in VisitObjCInterfaceDecl()
10567 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local10570 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()