Lines Matching refs:ExportDecl
106 Module::ExportDecl
113 return Module::ExportDecl(nullptr, true); in resolveExport()
121 return Module::ExportDecl(Context, Unresolved.Wildcard); in resolveExport()
661 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in findOrCreateModuleForHeaderInUmbrellaDir()
676 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in findOrCreateModuleForHeaderInUmbrellaDir()
832 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in findOrInferSubmodule()
1126 Result->Exports.push_back(Module::ExportDecl(nullptr, true)); in inferFrameworkModule()
1495 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports()
1578 void handleExportDecl(const modulemap::ExportDecl &ED);
1811 [&](const modulemap::ExportDecl &ED) { handleExportDecl(ED); }, in handleModuleDecl()
2039 void ModuleMapLoader::handleExportDecl(const modulemap::ExportDecl &ED) { in handleExportDecl()
2170 [&](const modulemap::ExportDecl &ED) { in handleInferredModuleDecl()