Home | History | Annotate | Download | only in Lex

Lines Matching refs:StarLoc

1997   SourceLocation StarLoc = consumeToken();
2002 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule);
2010 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella);
2016 Diags.Report(StarLoc, diag::err_mmap_inferred_redef);
2025 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule);
2029 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework);
2052 ActiveModule->InferredSubmoduleLoc = StarLoc;