Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp775 FormatCategoryItem formatter_kind) in CommandObjectTypeFormatterDelete() argument
777 FormatCategoryToString(formatter_kind, false)), in CommandObjectTypeFormatterDelete()
778 m_formatter_kind(formatter_kind) { in CommandObjectTypeFormatterDelete()
781 const char *kind = FormatCategoryToString(formatter_kind, true); in CommandObjectTypeFormatterDelete()
782 const char *short_kind = FormatCategoryToString(formatter_kind, false); in CommandObjectTypeFormatterDelete()
912 FormatCategoryItem formatter_kind, in CommandObjectTypeFormatterClear() argument
915 m_formatter_kind(formatter_kind) { in CommandObjectTypeFormatterClear()