Home
last modified time | relevance | path

Searched defs:search_word (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectApropos.cpp45 auto search_word = args[0].ref(); in DoExecute() local
DCommandObjectMultiword.cpp233 llvm::StringRef search_word, in AproposAllSubCommands()
340 llvm::StringRef search_word, in AproposAllSubCommands()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h168 llvm::StringRef search_word, in AproposAllSubCommands()
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp312 bool CommandObject::HelpTextContainsWord(llvm::StringRef search_word, in HelpTextContainsWord()
DCommandInterpreter.cpp2674 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos()
2702 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos()