Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
302 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy307 CommandObjectProxy::~CommandObjectProxy() = default;309 Options *CommandObjectProxy::GetOptions() { in GetOptions()316 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()323 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()330 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()337 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()339 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()345 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()352 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand()[all …]
25 class CommandObjectTraceProxy : public CommandObjectProxy {31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
991 class CommandObjectProcessPlugin : public CommandObjectProxy {994 : CommandObjectProxy( in CommandObjectProcessPlugin()
77 class CommandObjectProxy : public CommandObject {79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,83 ~CommandObjectProxy() override;