Searched refs:ToIface (Results 1 – 2 of 2) sorted by relevance
5499 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local5500 if (!ToIface) { in VisitObjCInterfaceDecl()5506 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()5510 return ToIface; in VisitObjCInterfaceDecl()5511 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()5512 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()5514 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()5519 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()5524 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()5527 return ToIface; in VisitObjCInterfaceDecl()
11278 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local11281 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()