Lines Matching refs:syntax
43 const char *syntax = nullptr, in CommandPluginInterfaceImplementation() argument
46 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation()
584 const char *help, const char *syntax) { in AddCommand() argument
585 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
586 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
591 const char *syntax, const char *auto_repeat_command) { in AddCommand() argument
592 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
596 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0, in AddCommand()
680 const char *help, const char *syntax) { in AddCommand() argument
681 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
682 return AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/""); in AddCommand()
687 const char *help, const char *syntax, in AddCommand() argument
689 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax, auto_repeat_command); in AddCommand()
697 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax, in AddCommand()