Searched refs:CommandExists (Results 1 – 7 of 7) sorted by relevance
108 CommandExists (const char *cmd);
115 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter116 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, CommandExists, (const char *), in CommandExists()119 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()765 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, CommandExists, in RegisterMethods()
48 bool CommandExists(const char *cmd);
411 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()496 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()629 if (m_interpreter.CommandExists(command_name)) { in DoExecute()710 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
269 bool CommandExists(llvm::StringRef cmd) const;
1032 if (CommandExists(name)) { in AddUserCommand()1130 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter
11854 result = (bool)(arg1)->CommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_CommandExists()