Home | History | Annotate | Download | only in Lex

Lines Matching defs:Wildcard

35   // We may have just a wildcard.
37 assert(Unresolved.Wildcard && "Invalid unresolved export");
69 return Module::ExportDecl(Context, Unresolved.Wildcard);
145 // wildcard to the set of exports.
156 // wildcard to the set of exports.
791 // If we have a wildcard for the module name, this is an inferred submodule.
1233 /// 'export' wildcard-module-id
1235 /// wildcard-module-id:
1238 /// identifier '.' wildcard-module-id
1243 // Parse the module-id with an optional wildcard at the end.
1245 bool Wildcard = false;
1261 Wildcard = true;
1272 ExportLoc, ParsedModuleId, Wildcard