Searched refs:HasCommands (Results 1 – 7 of 7) sorted by relevance
120 HasCommands ();
344 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter345 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCommands); in HasCommands()347 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()798 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasCommands, ()); in RegisterMethods()
56 bool HasCommands();
601 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()689 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()1625 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
411 bool HasCommands() const;
908 if (HasCommands()) { in GetCommandSP()943 if (HasCommands()) { in GetCommandSP()1928 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter
11949 result = (bool)(arg1)->HasCommands(); in _wrap_SBCommandInterpreter_HasCommands()