Searched refs:ImportContext (Results 1 – 3 of 3) sorted by relevance
410 llvm::Expected<DeclContext *> ImportContext(DeclContext *FromDC);
1778 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()1875 auto ToDCOrErr = Importer.ImportContext(FromDC); in ImportDeclContext()1906 auto ToDCOrErr = Importer.ImportContext(FromD->getDeclContext()); in ImportDeclContext()1912 auto ToLexicalDCOrErr = Importer.ImportContext( in ImportDeclContext()2333 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitAccessSpecDecl()2352 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitStaticAssertDecl()4772 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()6664 auto ParentContextOrErr = Importer.ImportContext(E->getParentContext()); in VisitSourceLocExpr()7405 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultArgExpr()8100 auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext()); in VisitCXXDefaultInitExpr()[all …]
873 Expected<DeclContext *> dc_or_err = ImportContext(td->getDeclContext()); in ImportImpl()