Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
316 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy321 CommandObjectProxy::~CommandObjectProxy() = default;323 Options *CommandObjectProxy::GetOptions() { in GetOptions()330 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()337 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()344 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()351 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()353 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()359 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()366 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand()[all …]
25 class CommandObjectTraceProxy : public CommandObjectProxy {31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
940 class CommandObjectProcessPlugin : public CommandObjectProxy {943 : CommandObjectProxy( in CommandObjectProcessPlugin()
79 class CommandObjectProxy : public CommandObject {81 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,85 ~CommandObjectProxy() override;