Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp952 class CommandObjectTypeFormatDelete : public CommandObjectTypeFormatterDelete { class
954 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete() function in CommandObjectTypeFormatDelete
958 ~CommandObjectTypeFormatDelete() override = default;
2783 LoadSubCommand("delete", CommandObjectSP(new CommandObjectTypeFormatDelete( in CommandObjectTypeFormat()