Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5499 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local
5500 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11278 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local
11281 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()