reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/CompilerInstance.cpp
 1858     for (unsigned I = 1, N = Path.size(); I != N; ++I) {
 1858     for (unsigned I = 1, N = Path.size(); I != N; ++I) {
 1859       StringRef Name = Path[I].first->getName();
 1884             getDiagnostics().Report(Path[I].second,
 1886                 << Path[I].first << Module->getFullModuleName() << PrivateModule
 1887                 << SourceRange(Path[0].second, Path[I].second)
 1919           getDiagnostics().Report(Path[I].second,
 1921             << Path[I].first << Module->getFullModuleName() << Best[0]
 1922             << SourceRange(Path[0].second, Path[I-1].second)
 1923             << FixItHint::CreateReplacement(SourceRange(Path[I].second),
 1933         getDiagnostics().Report(Path[I].second, diag::err_no_submodule)
 1934           << Path[I].first << Module->getFullModuleName()
 1935           << SourceRange(Path[0].second, Path[I-1].second);