Searched refs:CommandObjectDWIMPrint (Results 1 – 4 of 4) sorted by relevance
32 class CommandObjectDWIMPrint : public CommandObjectRaw {34 CommandObjectDWIMPrint(CommandInterpreter &interpreter);36 ~CommandObjectDWIMPrint() override = default;
34 CommandObjectDWIMPrint::CommandObjectDWIMPrint(CommandInterpreter &interpreter) in CommandObjectDWIMPrint() function in CommandObjectDWIMPrint53 Options *CommandObjectDWIMPrint::GetOptions() { return &m_option_group; } in GetOptions()55 void CommandObjectDWIMPrint::HandleArgumentCompletion( in HandleArgumentCompletion()61 void CommandObjectDWIMPrint::DoExecute(StringRef command, in DoExecute()
123 SRCS+= Commands/CommandObjectDWIMPrint.cpp
546 REGISTER_COMMAND_OBJECT("dwim-print", CommandObjectDWIMPrint); in LoadCommandDictionary()