Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1654 #pragma mark CommandObjectMultiwordCommandsScript
1658 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class
1660 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript
1682 ~CommandObjectMultiwordCommandsScript() override = default;
1706 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()