Searched refs:HasCommands (Results 1 – 8 of 8) sorted by relevance
118 HasCommands ();
51 self.assertTrue(interpreter.HasCommands())
39 self.assertTrue(ci.HasCommands())
352 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter353 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasCommands); in HasCommands()355 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()810 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasCommands, ()); in RegisterMethods()
56 bool HasCommands();
623 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()715 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()1661 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
415 bool HasCommands() const;
898 if (HasCommands()) { in GetCommandSP()933 if (HasCommands()) { in GetCommandSP()1927 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter