Home | History | Annotate | Download | only in Lex

Lines Matching defs:StarLoc

1503   SourceLocation StarLoc = consumeToken();
1508 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule);
1515 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella);
1521 Diags.Report(StarLoc, diag::err_mmap_inferred_redef);
1530 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule);
1534 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework);
1557 ActiveModule->InferredSubmoduleLoc = StarLoc;