Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp241 StreamString complete_command_name; in AproposAllSubCommands() local
243 complete_command_name << prefix << " " << command_name; in AproposAllSubCommands()
246 commands_found.AppendString(complete_command_name.GetString()); in AproposAllSubCommands()
251 sub_cmd_obj->AproposAllSubCommands(complete_command_name.GetString(), in AproposAllSubCommands()