Searched refs:ExportAsModule (Results 1 – 5 of 5) sorted by relevance
529 if (!ExportAsModule.empty()) { in print()531 OS << "export_as" << ExportAsModule << "\n"; in print()
70 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()73 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2541 if (!ActiveModule->ExportAsModule.empty()) { in parseExportAsDecl()2542 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()2547 << ActiveModule->Name << ActiveModule->ExportAsModule in parseExportAsDecl()2552 ActiveModule->ExportAsModule = std::string(Tok.getString()); in parseExportAsDecl()
148 std::string ExportAsModule; variable
2740 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()2742 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
5700 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()