Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h248 bool search_syntax = true,
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp315 bool search_syntax, in HelpTextContainsWord() argument
329 else if (search_syntax && syntax_help.contains_lower(search_word)) in HelpTextContainsWord()
DCommandInterpreter.cpp2684 const bool search_syntax = false; in FindCommandsForApropos() local
2688 search_long_help, search_syntax, in FindCommandsForApropos()