Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp939 class CommandObjectTypeFormatDelete : public CommandObjectTypeFormatterDelete { class
941 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete() function in CommandObjectTypeFormatDelete
946 ~CommandObjectTypeFormatDelete() override = default;
2897 LoadSubCommand("delete", CommandObjectSP(new CommandObjectTypeFormatDelete( in CommandObjectTypeFormat()