Searched refs:ExportAsModule (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp513 if (!ExportAsModule.empty()) {
515 OS << "export_as" << ExportAsModule << "\n"; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h114 std::string ExportAsModule; member in class:clang::Module
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp70 if (findModule(Mod->ExportAsModule))
73 PendingLinkAsModule[Mod->ExportAsModule].insert(Mod->Name);
2518 if (!ActiveModule->ExportAsModule.empty()) {
2519 if (ActiveModule->ExportAsModule == Tok.getString()) {
2524 << ActiveModule->Name << ActiveModule->ExportAsModule
2529 ActiveModule->ExportAsModule = Tok.getString();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2683 if (!Mod->ExportAsModule.empty()) {
2685 Stream.EmitRecordWithBlob(ExportAsAbbrev, Record, Mod->ExportAsModule);
H A DASTReader.cpp5674 CurrentModule->ExportAsModule = Blob.str();

Completed in 126 milliseconds