Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
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()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-private-enumerations.h134 eFormatCategoryItemFormat = 1 << 3, enumerator
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectType.cpp943 interpreter, eFormatCategoryItemFormat, "type format delete", in CommandObjectTypeFormatDelete()
954 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFormat, in CommandObjectTypeFormatClear()