Searched refs:FindCommandsForApropos (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 52 m_interpreter.FindCommandsForApropos( in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 483 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 667 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2874 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos() function in CommandInterpreter 2895 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos() 2906 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() function in CommandInterpreter 2916 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2920 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2924 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2928 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|