Home
last modified time | relevance | path

Searched refs:eFormatCategoryItemSummary (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeCategory.cpp166 if ((items & eFormatCategoryItemSummary) == eFormatCategoryItemSummary) in Clear()
192 if ((items & eFormatCategoryItemSummary) == eFormatCategoryItemSummary) in Delete()
220 if ((items & eFormatCategoryItemSummary) == eFormatCategoryItemSummary) in GetCount()
272 if ((items & eFormatCategoryItemSummary) == eFormatCategoryItemSummary) { in AnyMatches()
277 *matching_type = eFormatCategoryItemSummary; in AnyMatches()
HDDataVisualization.cpp107 eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary); in Clear()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h131 eFormatCategoryItemSummary = 0x0001, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectType.cpp1643 eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary, in CommandObjectTypeSummaryDelete()
1661 eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary, in CommandObjectTypeSummaryClear()