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

References

tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  186   Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
  204               SMgr.getExpansionLoc(path.back()->getLocation().asLocation()),
  205               SMgr);
  206           FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getBeginLoc()), SMgr);
  206           FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getBeginLoc()), SMgr);
  211   std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str());
  240           const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile);