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