Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
255 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy260 CommandObjectProxy::~CommandObjectProxy() = default;262 Options *CommandObjectProxy::GetOptions() { in GetOptions()269 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()276 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()290 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()298 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()347 bool CommandObjectProxy::LoadSubCommand( in LoadSubCommand()355 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString()362 bool CommandObjectProxy::WantsCompletion() { in WantsCompletion()[all …]
25 class CommandObjectTraceProxy : public CommandObjectProxy {31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
812 class CommandObjectProcessPlugin : public CommandObjectProxy {815 : CommandObjectProxy( in CommandObjectProcessPlugin()
73 class CommandObjectProxy : public CommandObject {75 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,79 ~CommandObjectProxy() override;