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

References

lib/Support/Statistic.cpp
  211     assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None &&
  213     assert(yaml::needsQuotes(Stat->getName()) == yaml::QuotingType::None &&
  215     OS << "\t\"" << Stat->getDebugType() << '.' << Stat->getName() << "\": "
  215     OS << "\t\"" << Stat->getDebugType() << '.' << Stat->getName() << "\": "
  216        << Stat->getValue();