Searched refs:CommandObjectDWIMPrint (Results 1 – 6 of 6) sorted by relevance
28 class CommandObjectDWIMPrint : public CommandObjectRaw {30 CommandObjectDWIMPrint(CommandInterpreter &interpreter);32 ~CommandObjectDWIMPrint() override = default;
24 CommandObjectDWIMPrint::CommandObjectDWIMPrint(CommandInterpreter &interpreter) in CommandObjectDWIMPrint() function in CommandObjectDWIMPrint31 bool CommandObjectDWIMPrint::DoExecute(StringRef expr, in DoExecute()
13 CommandObjectDWIMPrint.cpp
16 CommandObjectDWIMPrint.cpp \
37 "CommandObjectDWIMPrint.cpp",
537 REGISTER_COMMAND_OBJECT("dwim-print", CommandObjectDWIMPrint); in LoadCommandDictionary()