Home
last modified time | relevance | path

Searched refs:eFormatCategoryItemFormat (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp138 if (items & eFormatCategoryItemFormat) in Clear()
154 if (items & eFormatCategoryItemFormat) in Delete()
172 if (items & eFormatCategoryItemFormat) in GetCount()
194 if (items & eFormatCategoryItemFormat) { in AnyMatches()
199 *matching_type = eFormatCategoryItemFormat; in AnyMatches()
239 if (items & eFormatCategoryItemFormat) in AutoComplete()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h141 eFormatCategoryItemFormat = 1 << 3, enumerator
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp110 case eFormatCategoryItemFormat: in FormatCategoryToString()
956 interpreter, eFormatCategoryItemFormat) {} in CommandObjectTypeFormatDelete()
966 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFormat, in CommandObjectTypeFormatClear()