Searched refs:ExportAsModule (Results 1 – 5 of 5) sorted by relevance
548 if (!ExportAsModule.empty()) { in print()550 OS << "export_as" << ExportAsModule << "\n"; in print()
70 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()73 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2606 if (!ActiveModule->ExportAsModule.empty()) { in parseExportAsDecl()2607 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()2612 << ActiveModule->Name << ActiveModule->ExportAsModule in parseExportAsDecl()2617 ActiveModule->ExportAsModule = std::string(Tok.getString()); in parseExportAsDecl()
161 std::string ExportAsModule; variable
2952 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()2954 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
5809 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()