Home | History | Annotate | Download | only in Lex

Lines Matching refs:Exports

197           // wildcard to the set of exports.
198 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
199 Result->Exports.push_back(Module::ExportDecl(0, true));
211 // wildcard to the set of exports.
212 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
213 Result->Exports.push_back(Module::ExportDecl(0, true));
485 Result->Exports.push_back(Module::ExportDecl(0, true));
598 Mod->Exports.push_back(Export);