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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
   77   typedef FormatContainer::ExactMatchContainerSP FormatContainerSP;
   78   typedef FormatContainer::RegexMatchContainerSP RegexFormatContainerSP;
   99     SetExact(FormatContainer::ExactMatchForEachCallback callback) {
  105     SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) {
  161     FormatContainer::ExactMatchForEachCallback GetFormatExactCallback() const {
  164     FormatContainer::RegexMatchForEachCallback GetFormatRegexCallback() const {
  201     FormatContainer::ExactMatchForEachCallback m_format_exact;
  202     FormatContainer::RegexMatchForEachCallback m_format_regex;
  247   FormatContainer &GetFormatContainer() { return m_format_cont; }
  269   FormatContainer::MapValueType
  290   FormatContainer::MapValueType GetFormatAtIndex(size_t index);
  375   FormatContainer m_format_cont;
tools/lldb/source/DataFormatters/TypeCategory.cpp
  400 TypeCategoryImpl::FormatContainer::MapValueType
  402   FormatContainer::MapValueType retval;
  489 TypeCategoryImpl::FormatContainer::MapValueType