Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h69 CommandObject::CommandMap &GetSubcommandDictionary() { in GetSubcommandDictionary() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1177 AddNamesMatchingPartialString(lang_subcmd->GetSubcommandDictionary(), in GetCommandSP()
1182 const auto &lang_dict = lang_subcmd->GetSubcommandDictionary(); in GetCommandSP()
3113 multiword_cmd->GetSubcommandDictionary()); in FindCommandsForApropos()