Searched refs:ImportContext (Results 1 – 3 of 3) sorted by relevance
386 llvm::Expected<DeclContext *> ImportContext(DeclContext *FromDC);
2021 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()2090 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()2167 auto ToDCOrErr = Importer.ImportContext(FromD->getDeclContext()); in ImportDeclContext()2173 auto ToLexicalDCOrErr = Importer.ImportContext( in ImportDeclContext()2526 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitAccessSpecDecl()2545 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitStaticAssertDecl()5281 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()7263 auto ParentContextOrErr = Importer.ImportContext(E->getParentContext()); in VisitSourceLocExpr()8088 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultArgExpr()8796 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultInitExpr()[all …]
1116 Expected<DeclContext *> dc_or_err = ImportContext(td->getDeclContext()); in ImportImpl()