Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp962 class CommandObjectTypeFormatDelete : public CommandObjectTypeFormatterDelete { class
964 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete() function in CommandObjectTypeFormatDelete
971 ~CommandObjectTypeFormatDelete() override = default;
2984 LoadSubCommand("delete", CommandObjectSP(new CommandObjectTypeFormatDelete( in CommandObjectTypeFormat()