Searched refs:ExportAsModule (Results 1 – 5 of 5) sorted by relevance
572 if (!ExportAsModule.empty()) { in print()574 OS << "export_as" << ExportAsModule << "\n"; in print()
70 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()73 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2666 if (!ActiveModule->ExportAsModule.empty()) { in parseExportAsDecl()2667 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()2672 << ActiveModule->Name << ActiveModule->ExportAsModule in parseExportAsDecl()2677 ActiveModule->ExportAsModule = std::string(Tok.getString()); in parseExportAsDecl()
179 std::string ExportAsModule; variable
3008 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()3010 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
6008 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()