Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h31 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
93 bool IsMultiwordObject() override;
H A DCommandObject.h146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp248 if (sub_cmd_obj->IsMultiwordObject()) in AproposAllSubCommands()
298 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy
301 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
H A DCommandObjectHelp.cpp115 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
H A DCommandObjectCommands.cpp517 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp285 if (!parent->IsMultiwordObject()) in InitializeCommands()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1076 if (!cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()
1305 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()
1322 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()
1836 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()
2696 if (cmd_obj->IsMultiwordObject()) { in FindCommandsForApropos()
3143 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
3196 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp684 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()
728 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()