Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h32 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
97 bool IsMultiwordObject() override;
H A DCommandObject.h146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp148 if (must_be_multiword && !(*pos).second->IsMultiwordObject()) { in RemoveUserSubcommand()
152 if (!must_be_multiword && (*pos).second->IsMultiwordObject()) { in RemoveUserSubcommand()
344 bool CommandObjectProxy::IsMultiwordObject() {
347 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
345 bool CommandObjectProxy::IsMultiwordObject() { IsMultiwordObject() function in CommandObjectProxy
H A DCommandObjectHelp.cpp107 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
H A DCommandObjectCommands.cpp541 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1193 if (cmd_sp->IsMultiwordObject()) { in AddUserCommand()
1209 if (cmd_sp->IsMultiwordObject()) in AddUserCommand()
1240 if (!cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()
1508 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()
1525 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()
2083 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()
3453 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
3506 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp284 if (!parent->IsMultiwordObject()) in InitializeCommands()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp689 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()
723 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()