Searched refs:ImportContext (Results 1 – 3 of 3) sorted by relevance
386 llvm::Expected<DeclContext *> ImportContext(DeclContext *FromDC);
1973 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()2042 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()2119 auto ToDCOrErr = Importer.ImportContext(FromD->getDeclContext()); in ImportDeclContext()2125 auto ToLexicalDCOrErr = Importer.ImportContext( in ImportDeclContext()2478 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitAccessSpecDecl()2497 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitStaticAssertDecl()5197 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()7161 auto ParentContextOrErr = Importer.ImportContext(E->getParentContext()); in VisitSourceLocExpr()7986 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultArgExpr()8692 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultInitExpr()[all …]
874 Expected<DeclContext *> dc_or_err = ImportContext(td->getDeclContext()); in ImportImpl()