Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp5266 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local
5267 if (!ToIface) { in VisitObjCInterfaceDecl()
5273 ToIface, D, Importer.getToContext(), DC, in VisitObjCInterfaceDecl()
5277 return ToIface; in VisitObjCInterfaceDecl()
5278 ToIface->setLexicalDeclContext(LexicalDC); in VisitObjCInterfaceDecl()
5279 LexicalDC->addDeclInternal(ToIface); in VisitObjCInterfaceDecl()
5281 Importer.MapImported(D, ToIface); in VisitObjCInterfaceDecl()
5286 ToIface->setTypeParamList(*ToPListOrErr); in VisitObjCInterfaceDecl()
5291 if (Error Err = ImportDefinition(D, ToIface)) in VisitObjCInterfaceDecl()
5294 return ToIface; in VisitObjCInterfaceDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp10872 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local
10875 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()