Home | History | Annotate | Download | only in Lex

Lines Matching defs:Wildcard

42   // We may have just a wildcard.
44 assert(Unresolved.Wildcard && "Invalid unresolved export");
53 return Module::ExportDecl(Context, Unresolved.Wildcard);
241 // wildcard to the set of exports.
255 // wildcard to the set of exports.
1078 // If we have a wildcard for the module name, this is an inferred submodule.
1511 /// 'export' wildcard-module-id
1513 /// wildcard-module-id:
1516 /// identifier '.' wildcard-module-id
1521 // Parse the module-id with an optional wildcard at the end.
1523 bool Wildcard = false;
1539 Wildcard = true;
1550 ExportLoc, ParsedModuleId, Wildcard
1687 /// \brief Parse an inferred module declaration (wildcard modules).