Searched refs:ExportAsModule (Results 1 – 5 of 5) sorted by relevance
527 if (!ExportAsModule.empty()) { in print()529 OS << "export_as" << ExportAsModule << "\n"; in print()
70 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()73 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()2551 if (!ActiveModule->ExportAsModule.empty()) { in parseExportAsDecl()2552 if (ActiveModule->ExportAsModule == Tok.getString()) { in parseExportAsDecl()2557 << ActiveModule->Name << ActiveModule->ExportAsModule in parseExportAsDecl()2562 ActiveModule->ExportAsModule = std::string(Tok.getString()); in parseExportAsDecl()
149 std::string ExportAsModule; variable
2745 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()2747 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
5727 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()