Home
last modified time | relevance | path

Searched refs:FormatCategoryItems (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h71 typedef uint16_t FormatCategoryItems; typedef
294 void Clear(FormatCategoryItems items = ALL_ITEM_TYPES);
296 bool Delete(ConstString name, FormatCategoryItems items = ALL_ITEM_TYPES);
298 uint32_t GetCount(FormatCategoryItems items = ALL_ITEM_TYPES);
311 FormatCategoryItems items = ALL_ITEM_TYPES,
314 FormatCategoryItems *matching_type = nullptr);
DTypeCategoryMap.h73 TypeCategoryImpl::FormatCategoryItems items =
76 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
DDataVisualization.h55 TypeCategoryImpl::FormatCategoryItems items =
58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
DFormatManager.h132 TypeCategoryImpl::FormatCategoryItems items =
135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp144 void TypeCategoryImpl::Clear(FormatCategoryItems items) { in Clear()
168 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { in Delete()
196 uint32_t TypeCategoryImpl::GetCount(FormatCategoryItems items) { in GetCount()
225 FormatCategoryItems items, bool only_enabled, in AnyMatches()
227 FormatCategoryItems *matching_type) { in AnyMatches()
DDataVisualization.cpp69 ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, in AnyMatches()
71 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches()
DTypeCategoryMap.cpp157 ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, in AnyMatches()
159 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches()