reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
   33   CommandObjectMultiword *GetAsMultiwordCommand() override { return this; }
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  288 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() {

References

tools/lldb/source/Commands/CommandObjectMultiword.cpp
  291     return proxy_command->GetAsMultiwordCommand();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2601       CommandObjectMultiword *cmd_multiword = cmd_obj->GetAsMultiwordCommand();