Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4940 ObjCInterfaceDecl *ToIface = MergeWithIface; in VisitObjCInterfaceDecl() local
4941 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp10550 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion() local
10553 FromIface->isSuperClassOf(ToIface)) in DiagnoseBadConversion()