Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1170 if (auto lang_subcmd_sp = GetFrameLanguageCommand()) { in GetCommandSP() local
1171 lang_subcmd = lang_subcmd_sp->GetAsMultiwordCommand(); in GetCommandSP()
1172 command_sp = lang_subcmd_sp->GetSubcommandSPExact(cmd_str); in GetCommandSP()