Lines Matching defs:AddCommand
603 lldb::SBCommand SBCommandInterpreter::AddCommand(
607 return AddCommand(name, impl, help, /*syntax=*/nullptr,
612 SBCommandInterpreter::AddCommand(const char *name,
616 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
619 lldb::SBCommand SBCommandInterpreter::AddCommand(
700 lldb::SBCommand SBCommand::AddCommand(const char *name,
704 return AddCommand(name, impl, help, /*syntax=*/nullptr,
708 lldb::SBCommand SBCommand::AddCommand(const char *name,
712 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
715 lldb::SBCommand SBCommand::AddCommand(const char *name,