Searched refs:ExportAsModule (Results 1 – 5 of 5) sorted by relevance
528 if (!ExportAsModule.empty()) { in print()530 OS << "export_as" << ExportAsModule << "\n"; in print()
70 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()73 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2572 if (!ActiveModule->ExportAsModule.empty()) { in parseExportAsDecl()2573 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()2578 << ActiveModule->Name << ActiveModule->ExportAsModule in parseExportAsDecl()2583 ActiveModule->ExportAsModule = std::string(Tok.getString()); in parseExportAsDecl()
158 std::string ExportAsModule; variable
2933 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()2935 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
5781 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()