Home | History | Annotate | Download | only in Lex

Lines Matching defs:Export

45     assert(Unresolved.Wildcard && "Invalid unresolved export");
406 // If inferred submodules export everything they import, add a
422 // If inferred submodules export everything they import, add a
716 // export *
719 // module * { export * }
869 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I],
871 if (Export.getPointer() || Export.getInt())
872 Mod->Exports.push_back(Export);
1103 .Case("export", MMToken::ExportKeyword)
1290 /// export-declaration
1866 /// \brief Parse a module export declaration.
1868 /// export-declaration:
1869 /// 'export' wildcard-module-id
2072 /// 'export' '*'