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

References

tools/lldb/include/lldb/DataFormatters/DataVisualization.h
   62              TypeCategoryImpl::FormatCategoryItems items =
   65              TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
tools/lldb/include/lldb/DataFormatters/FormatManager.h
  147              TypeCategoryImpl::FormatCategoryItems items =
  150              TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  348   void Clear(FormatCategoryItems items = ALL_ITEM_TYPES);
  350   bool Delete(ConstString name, FormatCategoryItems items = ALL_ITEM_TYPES);
  352   uint32_t GetCount(FormatCategoryItems items = ALL_ITEM_TYPES);
  367                   FormatCategoryItems items = ALL_ITEM_TYPES,
  370                   FormatCategoryItems *matching_type = nullptr);
tools/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
   73              TypeCategoryImpl::FormatCategoryItems items =
   76              TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
tools/lldb/source/DataFormatters/DataVisualization.cpp
   81     ConstString type_name, TypeCategoryImpl::FormatCategoryItems items,
   83     TypeCategoryImpl::FormatCategoryItems *matching_type) {
tools/lldb/source/DataFormatters/TypeCategory.cpp
  186 void TypeCategoryImpl::Clear(FormatCategoryItems items) {
  216 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) {
  250 uint32_t TypeCategoryImpl::GetCount(FormatCategoryItems items) {
  285                                   FormatCategoryItems items, bool only_enabled,
  287                                   FormatCategoryItems *matching_type) {
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  158     ConstString type_name, TypeCategoryImpl::FormatCategoryItems items,
  160     TypeCategoryImpl::FormatCategoryItems *matching_type) {