Home
last modified time | relevance | path

Searched refs:ToIface (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5155 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local
5156 if (!ToIface) { in VisitObjCInterfaceDecl()
5162 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()
5166 return ToIface; in VisitObjCInterfaceDecl()
5167 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()
5168 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()
5170 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()
5175 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()
5180 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()
5183 return ToIface; in VisitObjCInterfaceDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp10728 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local
10731 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()