Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h253 bool HelpTextContainsWord(llvm::StringRef search_word,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp308 bool CommandObject::HelpTextContainsWord(llvm::StringRef search_word, in HelpTextContainsWord() function in CommandObject
H A DCommandInterpreter.cpp2934 cmd_obj->HelpTextContainsWord(search_word, search_short_help, in FindCommandsForApropos()