Searched refs:FindCommandsForApropos (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectApropos.cpp74 m_interpreter.FindCommandsForApropos (search_word, commands_found, commands_help, true, false);
75 m_interpreter.FindCommandsForApropos (search_word, user_commands_found, user_commands_help, false, true);
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h389 FindCommandsForApropos (const char *word,
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2819 CommandInterpreter::FindCommandsForApropos (const char *search_word, StringList &commands_found, function in class:CommandInterpreter

Completed in 144 milliseconds