Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h31 bool IsMultiwordObject() override { return true; } in IsMultiwordObject() function
93 bool IsMultiwordObject() override;
DCommandObject.h146 virtual bool IsMultiwordObject() { return false; } in IsMultiwordObject() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp250 if (sub_cmd_obj->IsMultiwordObject()) in AproposAllSubCommands()
300 bool CommandObjectProxy::IsMultiwordObject() { in IsMultiwordObject() function in CommandObjectProxy
303 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
DCommandObjectHelp.cpp115 if (!sub_cmd_obj->IsMultiwordObject()) { in DoExecute()
DCommandObjectCommands.cpp536 while (cmd_obj->IsMultiwordObject() && !args.empty()) { in HandleAliasingNormalCommand()
/external/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp266 if (!parent->IsMultiwordObject()) in InitializeCommands()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1064 if (cmd_obj_sp->IsMultiwordObject()) { in GetCommandSPExact()
1296 else if (cmd_obj->IsMultiwordObject()) { in GetCommandObjectForCommand()
1313 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || in GetCommandObjectForCommand()
1831 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() && in HandleCompletionMatches()
2694 if (cmd_obj->IsMultiwordObject()) { in FindCommandsForApropos()
3131 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
3186 if (cmd_obj->IsMultiwordObject()) { in ResolveCommandImpl()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp696 if (!m_opaque_sp->IsMultiwordObject()) in AddMultiwordCommand()
740 if (!m_opaque_sp->IsMultiwordObject()) in AddCommand()