Home | History | Annotate | Download | only in Lex

Lines Matching refs:Exports

388         // wildcard to the set of exports.
389 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
390 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
403 // wildcard to the set of exports.
404 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
405 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
702 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
824 Mod->Exports.push_back(Export);