Home | History | Annotate | Download | only in Lex

Lines Matching refs:StarLoc

2175   SourceLocation StarLoc = consumeToken();
2180 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule);
2188 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella);
2194 Diags.Report(StarLoc, diag::err_mmap_inferred_redef);
2203 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule);
2207 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework);
2230 ActiveModule->InferredSubmoduleLoc = StarLoc;