Lines Matching defs:syntax
44 const char *syntax = nullptr,
47 : CommandObjectParsed(interpreter, name, help, syntax, flags),
607 return AddCommand(name, impl, help, /*syntax=*/nullptr,
614 const char *help, const char *syntax) {
615 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax);
616 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
621 const char *syntax, const char *auto_repeat_command) {
622 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command);
626 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0,
704 return AddCommand(name, impl, help, /*syntax=*/nullptr,
710 const char *help, const char *syntax) {
711 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax);
712 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"");
717 const char *help, const char *syntax,
719 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command);
727 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax,