Searched refs:FindCommandsForApropos (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 57 m_interpreter.FindCommandsForApropos(search_word, commands_found, in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 413 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found, 554 void FindCommandsForApropos(llvm::StringRef word, StringList &commands_found,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2616 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos() function in CommandInterpreter 2639 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2645 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() function in CommandInterpreter 2654 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2658 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2662 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|