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

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  567   virtual SourceManager &getSourceManager() = 0;

References

tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  115       L->dumpBlockLiveness(mgr.getSourceManager());
  139       L->dumpStmtLiveness(Mgr.getSourceManager());
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1127       Mgr.getSourceManager().getImmediateMacroCallerLoc(R.getBegin());
 1129       Mgr.getSourceManager().getDecomposedLoc(SL);
 1131   SrcMgr::SLocEntry SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first);
 1137     SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL);
 1138     SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first);
 1143       Mgr.getSourceManager().getBuffer(SLInfo.first, SL, &Invalid);
tools/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
   77                        PathDiagnosticLocation(D, Mgr.getSourceManager()), {});