Searched refs:ExportAsModule (Results 1 – 6 of 6) sorted by relevance
557 if (!ExportAsModule.empty()) { in print()559 OS << "export_as" << ExportAsModule << "\n"; in print()
63 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()66 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2047 if (!ActiveModule->ExportAsModule.empty()) { in handleExportAsDecl()2048 if (ActiveModule->ExportAsModule == ModName.first) { in handleExportAsDecl()2053 << ActiveModule->Name << ActiveModule->ExportAsModule in handleExportAsDecl()2058 ActiveModule->ExportAsModule = ModName.first; in handleExportAsDecl()
224 auto ExportedModuleName = M->getTopLevelModule()->ExportAsModule; in getCurrentModuleAPINotes()
218 std::string ExportAsModule; variable
3234 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()3236 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
6346 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()