Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp854 class CommandObjectTypeFormatterClear : public CommandObjectParsed { class
896 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear() function in CommandObjectTypeFormatterClear
905 ~CommandObjectTypeFormatterClear() override = default;
951 class CommandObjectTypeFormatClear : public CommandObjectTypeFormatterClear {
954 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFormat, in CommandObjectTypeFormatClear()
1625 class CommandObjectTypeSummaryClear : public CommandObjectTypeFormatterClear {
1628 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemSummary, in CommandObjectTypeSummaryClear()
2186 class CommandObjectTypeFilterClear : public CommandObjectTypeFormatterClear {
2189 : CommandObjectTypeFormatterClear(interpreter, eFormatCategoryItemFilter, in CommandObjectTypeFilterClear()
2197 class CommandObjectTypeSynthClear : public CommandObjectTypeFormatterClear {
[all …]