Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1169 CommandObjectMultiword *lang_subcmd = nullptr; in GetCommandSP() local
1171 lang_subcmd = lang_subcmd_sp->GetAsMultiwordCommand(); in GetCommandSP()
1175 if (!command_sp && !exact && lang_subcmd) { in GetCommandSP()
1177 AddNamesMatchingPartialString(lang_subcmd->GetSubcommandDictionary(), in GetCommandSP()
1182 const auto &lang_dict = lang_subcmd->GetSubcommandDictionary(); in GetCommandSP()