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

References

tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   98     output << *ND;
  101     output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
  106   std::string NameOfRootFunction = output.str();
  108   output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
  115                     output.str(), PathDiagnosticLocation(D, SM));