Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h43 IsMultiwordObject () { return true; } in IsMultiwordObject() function
122 IsMultiwordObject ();
DCommandObject.h138 IsMultiwordObject () { return false; } in IsMultiwordObject() function
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp332 if (sub_cmd_obj->IsMultiwordObject()) in AproposAllSubCommands()
374 CommandObjectProxy::IsMultiwordObject () in IsMultiwordObject() function in CommandObjectProxy
378 return proxy_command->IsMultiwordObject(); in IsMultiwordObject()
DCommandObjectSyntax.cpp71 if (!cmd_obj->IsMultiwordObject()) in DoExecute()
DCommandObjectHelp.cpp101 if (! sub_cmd_obj->IsMultiwordObject ()) in DoExecute()
DCommandObjectCommands.cpp689 while (cmd_obj->IsMultiwordObject() && args.GetArgumentCount() > 0) in HandleAliasingNormalCommand()
/external/lldb/source/API/
DSBCommandInterpreter.cpp467 if (m_opaque_sp->IsMultiwordObject() == false) in AddMultiwordCommand()
482 if (m_opaque_sp->IsMultiwordObject() == false) in AddCommand()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp820 if (cmd_obj_sp->IsMultiwordObject()) in GetCommandSPExact()
1148 else if (cmd_obj->IsMultiwordObject ()) in GetCommandObjectForCommand()
1165 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || end >= command_string.size()) in GetCommandObjectForCommand()
1651 if (cmd_obj->IsMultiwordObject ()) in HandleCommand()
1700 if (cmd_obj->IsMultiwordObject ()) in HandleCommand()
1900 && cmd_obj && cmd_obj->IsMultiwordObject() in HandleCompletionMatches()
2837 if (cmd_obj->IsMultiwordObject()) in FindCommandsForApropos()
2859 if (cmd_obj->IsMultiwordObject()) in FindCommandsForApropos()
DCommandObject.cpp945 else if (IsMultiwordObject()) in GenerateHelpText()