Lines Matching refs:impl
554 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument
555 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand()
557 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
563 lldb::SBCommandPluginInterface *impl, in AddCommand() argument
565 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
566 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
570 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() argument
572 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
576 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0, in AddCommand()
651 lldb::SBCommandPluginInterface *impl, in AddCommand() argument
653 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand()
654 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
659 lldb::SBCommandPluginInterface *impl, in AddCommand() argument
661 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
662 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
666 lldb::SBCommandPluginInterface *impl, in AddCommand() argument
669 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
677 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax, in AddCommand()