Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp885 class CommandObjectTypeFormatterClear : public CommandObjectParsed { class
927 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear() function in CommandObjectTypeFormatterClear
936 ~CommandObjectTypeFormatterClear() override = default;
980 class CommandObjectTypeFormatClear : public CommandObjectTypeFormatterClear {
983 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFormat, in CommandObjectTypeFormatClear()
1652 class CommandObjectTypeSummaryClear : public CommandObjectTypeFormatterClear {
1655 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemSummary, in CommandObjectTypeSummaryClear()
2198 class CommandObjectTypeFilterClear : public CommandObjectTypeFormatterClear {
2201 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFilter, in CommandObjectTypeFilterClear()
2208 class CommandObjectTypeSynthClear : public CommandObjectTypeFormatterClear {
[all …]