Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h246 bool search_short_help = true,
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp313 bool search_short_help, in HelpTextContainsWord() argument
325 if (search_short_help && short_help.contains_lower(search_word)) in HelpTextContainsWord()
DCommandInterpreter.cpp2682 const bool search_short_help = true; in FindCommandsForApropos() local
2687 cmd_obj->HelpTextContainsWord(search_word, search_short_help, in FindCommandsForApropos()