Home
last modified time | relevance | path

Searched refs:ExportAsModule (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp557 if (!ExportAsModule.empty()) { in print()
559 OS << "export_as" << ExportAsModule << "\n"; in print()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp63 if (findModule(Mod->ExportAsModule)) in addLinkAsDependency()
66 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name); in addLinkAsDependency()
2047 if (!ActiveModule->ExportAsModule.empty()) { in handleExportAsDecl()
2048 if (ActiveModule->ExportAsModule == ModName.first) { in handleExportAsDecl()
2053 << ActiveModule->Name << ActiveModule->ExportAsModule in handleExportAsDecl()
2058 ActiveModule->ExportAsModule = ModName.first; in handleExportAsDecl()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp224 auto ExportedModuleName = M->getTopLevelModule()->ExportAsModule; in getCurrentModuleAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h218 std::string ExportAsModule; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3234 if (!Mod->ExportAsModule.empty()) { in WriteSubmodules()
3236 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule); in WriteSubmodules()
H A DASTReader.cpp6346 CurrentModule->ExportAsModule = Blob.str(); in ReadSubmoduleBlock()