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.cpp869 class CommandObjectTypeFormatterClear : public CommandObjectParsed { class
911 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear() function in CommandObjectTypeFormatterClear
919 ~CommandObjectTypeFormatterClear() override = default;
963 class CommandObjectTypeFormatClear : public CommandObjectTypeFormatterClear {
966 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFormat, in CommandObjectTypeFormatClear()
1619 class CommandObjectTypeSummaryClear : public CommandObjectTypeFormatterClear {
1622 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemSummary, in CommandObjectTypeSummaryClear()
2093 class CommandObjectTypeFilterClear : public CommandObjectTypeFormatterClear {
2096 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFilter, in CommandObjectTypeFilterClear()
2103 class CommandObjectTypeSynthClear : public CommandObjectTypeFormatterClear {
[all …]