HomeSort by relevance Sort by last modified time
    Searched defs:CommandObjectProxy (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 98 class CommandObjectProxy : public CommandObject
101 CommandObjectProxy (CommandInterpreter &interpreter,
108 ~CommandObjectProxy ();
  /external/lldb/source/Commands/
CommandObjectMultiword.cpp 342 CommandObjectProxy::CommandObjectProxy (CommandInterpreter &interpreter,
351 CommandObjectProxy::~CommandObjectProxy ()
356 CommandObjectProxy::GetHelpLong ()
365 CommandObjectProxy::IsRemovable() const
367 const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject();
374 CommandObjectProxy::IsMultiwordObject ()
383 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches)
392 CommandObjectProxy::GetSubcommandObject (const char *sub_cmd, StringList *matches
    [all...]

Completed in 1209 milliseconds