Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h31 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
96 bool IsMultiwordObject() override;
H A DCommandObject.h144 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp147 if (must_be_multiword && !(*pos).second->IsMultiwordObject()) { in RemoveUserSubcommand()
151 if (!must_be_multiword && (*pos).second->IsMultiwordObject()) { in RemoveUserSubcommand()
349 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy
352 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
H A DCommandObjectHelp.cpp118 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
H A DCommandObjectCommands.cpp561 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp638 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()
672 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1145 if (cmd_sp->IsMultiwordObject()) { in AddUserCommand()
1161 if (cmd_sp->IsMultiwordObject()) in AddUserCommand()
1192 if (!cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()
1484 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()
1501 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()
2020 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()
3361 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
3414 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguageRuntime.cpp284 if (!parent->IsMultiwordObject()) in InitializeCommands()