Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h34 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
92 bool IsMultiwordObject() override;
H A DCommandObject.h145 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp261 if (sub_cmd_obj->IsMultiwordObject()) in AproposAllSubCommands()
290 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy
293 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
H A DCommandObjectHelp.cpp122 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
H A DCommandObjectCommands.cpp711 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp616 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()
632 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()
647 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp270 if (!parent->IsMultiwordObject()) in InitializeCommands()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1031 if (cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()
1259 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()
1276 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()
1793 if (num_command_matches == 1 && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()
2637 if (cmd_obj->IsMultiwordObject()) { in FindCommandsForApropos()
3053 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
3108 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()