reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1843 if (parseModuleId(Id)) { 1849 if (Id.size() > 1) { 1850 Diags.Report(Id.front().second, diag::err_mmap_nested_submodule_id) 1851 << SourceRange(Id.front().second, Id.back().second); 1851 << SourceRange(Id.front().second, Id.back().second); 1856 } else if (Id.size() == 1 && Explicit) { 1865 if (Id.size() > 1) { 1870 for (unsigned I = 0, N = Id.size() - 1; I != N; ++I) { 1871 if (Module *Next = Map.lookupModuleQualified(Id[I].first, ActiveModule)) { 1879 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified) 1880 << Id[I].first 1883 Diags.Report(Id[I].second, diag::err_mmap_expected_module_name); 1897 StringRef ModuleName = Id.back().first; 1898 SourceLocation ModuleNameLoc = Id.back().second;