Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
301 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy306 CommandObjectProxy::~CommandObjectProxy() = default;308 Options *CommandObjectProxy::GetOptions() { in GetOptions()315 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()322 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()329 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong()336 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()338 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()344 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()351 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { in GetAsMultiwordCommand()[all …]
25 class CommandObjectTraceProxy : public CommandObjectProxy {31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
913 class CommandObjectProcessPlugin : public CommandObjectProxy { in DoExecute() 916 : CommandObjectProxy( in DoExecute()
77 class CommandObjectProxy : public CommandObject {79 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,83 ~CommandObjectProxy() override;