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

Overridden By

tools/lldb/include/lldb/Interpreter/CommandAlias.h
   47   bool IsAlias() override { return true; }

References

tools/lldb/source/Commands/CommandObjectHelp.cpp
  112         if (sub_cmd_obj->IsAlias())
tools/lldb/source/Interpreter/CommandAlias.cpp
  199     return GetUnderlyingCommand()->IsAlias();
  208   if (underlying->IsAlias()) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1375   if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) {
 2968           (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias());