Searched refs:ToIface (Results 1 – 2 of 2) sorted by relevance
4940 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local4941 if (!ToIface) { in VisitObjCInterfaceDecl()4947 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()4951 return ToIface; in VisitObjCInterfaceDecl()4952 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()4953 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()4955 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()4960 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()4965 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()4968 return ToIface; in VisitObjCInterfaceDecl()
10550 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local10553 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()