Searched refs:CommandObjectProxy (Results 1 – 4 of 4) sorted by relevance
306 CommandObjectProxy::CommandObjectProxy(CommandInterpreter &interpreter, in CommandObjectProxy() function in CommandObjectProxy311 CommandObjectProxy::~CommandObjectProxy() = default;313 Options *CommandObjectProxy::GetOptions() { in GetOptions()320 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp()327 llvm::StringRef CommandObjectProxy::GetSyntax() { in GetSyntax()341 bool CommandObjectProxy::IsRemovable() const { in IsRemovable()349 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject()388 bool CommandObjectProxy::LoadSubCommand( in LoadSubCommand()396 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString()403 bool CommandObjectProxy::WantsCompletion() { in WantsCompletion()[all …]
25 class CommandObjectTraceProxy : public CommandObjectProxy {31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() function
990 class CommandObjectProcessPlugin : public CommandObjectProxy {993 : CommandObjectProxy( in CommandObjectProcessPlugin()
76 class CommandObjectProxy : public CommandObject {78 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,82 ~CommandObjectProxy() override;