Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp987 class CommandObjectTypeFormatDelete : public CommandObjectTypeFormatterDelete { class
989 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete() function in CommandObjectTypeFormatDelete
996 ~CommandObjectTypeFormatDelete() override = default;
3055 LoadSubCommand("delete", CommandObjectSP(new CommandObjectTypeFormatDelete( in CommandObjectTypeFormat()