Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp880 class CommandObjectTypeFormatterClear : public CommandObjectParsed { class
922 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear() function in CommandObjectTypeFormatterClear
930 ~CommandObjectTypeFormatterClear() override = default;
974 class CommandObjectTypeFormatClear : public CommandObjectTypeFormatterClear {
977 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFormat, in CommandObjectTypeFormatClear()
1639 class CommandObjectTypeSummaryClear : public CommandObjectTypeFormatterClear {
1642 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemSummary, in CommandObjectTypeSummaryClear()
2112 class CommandObjectTypeFilterClear : public CommandObjectTypeFormatterClear {
2115 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFilter, in CommandObjectTypeFilterClear()
2122 class CommandObjectTypeSynthClear : public CommandObjectTypeFormatterClear {
[all …]