Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp356 llvm::StringRef syntax_help = GetSyntax(); in HelpTextContainsWord() local
362 else if (search_syntax && syntax_help.contains_insensitive(search_word)) in HelpTextContainsWord()