Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp103 const char *FormatCategoryToString(FormatCategoryItem item, bool long_name) { in FormatCategoryToString() function
788 FormatCategoryToString(formatter_kind, false)), in CommandObjectTypeFormatterDelete()
792 const char *kind = FormatCategoryToString(formatter_kind, true); in CommandObjectTypeFormatterDelete()
793 const char *short_kind = FormatCategoryToString(formatter_kind, false); in CommandObjectTypeFormatterDelete()