Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp957 class CommandObjectTypeFormatDelete : public CommandObjectTypeFormatterDelete { class
959 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete() function in CommandObjectTypeFormatDelete
966 ~CommandObjectTypeFormatDelete() override = default;
2904 LoadSubCommand("delete", CommandObjectSP(new CommandObjectTypeFormatDelete( in CommandObjectTypeFormat()