Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h46 void AproposAllSubCommands(llvm::StringRef prefix,
105 void AproposAllSubCommands(llvm::StringRef prefix,
DCommandObject.h167 virtual void AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp232 void CommandObjectMultiword::AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands() function in CommandObjectMultiword
251 sub_cmd_obj->AproposAllSubCommands(complete_command_name.GetString(), in AproposAllSubCommands()
339 void CommandObjectProxy::AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands() function in CommandObjectProxy
345 return proxy_command->AproposAllSubCommands(prefix, search_word, in AproposAllSubCommands()