Searched refs:ExportAsModule (Results 1 – 5 of 5) sorted by relevance
499 if (!ExportAsModule.empty()) { in print()501 OS << "export_as" << ExportAsModule << "\n"; in print()
113 std::string ExportAsModule; variable
71 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()74 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2498 if (!ActiveModule->ExportAsModule.empty()) { in parseExportAsDecl()2499 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()2504 << ActiveModule->Name << ActiveModule->ExportAsModule in parseExportAsDecl()2509 ActiveModule->ExportAsModule = Tok.getString(); in parseExportAsDecl()
3030 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()3032 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
5223 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()