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

References

tools/clang/lib/Basic/Diagnostic.cpp
 1093     Loc = FullSourceLoc(Info.getLocation(), Info.getSourceManager());
tools/clang/lib/Frontend/ASTUnit.cpp
  682   auto &M = D.getSourceManager();
  694   if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) {
tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
  118     const SourceManager &SM = Info.getSourceManager();
  143     const SourceManager &SM = Info.getSourceManager();
tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  608       FullSourceLoc(Info.getLocation(), Info.getSourceManager()), DiagLevel,
tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
  153       FullSourceLoc(Info.getLocation(), Info.getSourceManager()), Level,
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  708     if (SrcManager && &Info.getSourceManager() != SrcManager)
  711     setSourceManager(Info.getSourceManager());
tools/clang/tools/clang-import-test/clang-import-test.cpp
  133       SourceManager &SM = Info.getSourceManager();
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  364                               : LineIsMarkedWithNOLINT)(Info.getSourceManager(),
  438       Loc = FullSourceLoc(Info.getLocation(), Info.getSourceManager());
  444     checkFilters(Info.getLocation(), Info.getSourceManager());
tools/clang/tools/extra/clangd/Compiler.cpp
   28     auto &SourceMgr = Info.getSourceManager();
tools/clang/tools/extra/clangd/Diagnostics.cpp
   90   auto &M = D.getSourceManager();
  121   const SourceManager &SM = Info.getSourceManager();
  161   return clangd::isInsideMainFile(D.getLocation(), D.getSourceManager());
  520   SourceManager &SM = Info.getSourceManager();
tools/clang/tools/extra/clangd/ParsedAST.cpp
  291               isInsideMainFile(Info.getLocation(), Info.getSourceManager());