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

Declarations

tools/lldb/include/lldb/DataFormatters/FormatCache.h
   74   Entry &GetEntry(ConstString type);

References

tools/lldb/source/DataFormatters/FormatCache.cpp
  123   auto entry = GetEntry(type);
  141   auto entry = GetEntry(type);
  159   auto entry = GetEntry(type);
  177   auto entry = GetEntry(type);
  195   GetEntry(type).SetFormat(format_sp);
  201   GetEntry(type).SetSummary(summary_sp);
  207   GetEntry(type).SetSynthetic(synthetic_sp);
  213   GetEntry(type).SetValidator(validator_sp);