Home
last modified time | relevance | path

Searched refs:complete_command_name (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp239 StreamString complete_command_name; in AproposAllSubCommands() local
241 complete_command_name << prefix << " " << command_name; in AproposAllSubCommands()
244 commands_found.AppendString(complete_command_name.GetString()); in AproposAllSubCommands()
249 sub_cmd_obj->AproposAllSubCommands(complete_command_name.GetString(), in AproposAllSubCommands()