Home | History | Annotate | Download | only in Lex

Lines Matching refs:Exports

396         // wildcard to the set of exports.
397 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
398 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
412 // wildcard to the set of exports.
413 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
414 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
716 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
884 Mod->Exports.push_back(Export);