Searched refs:CommandExists (Results 1 – 5 of 5) sorted by relevance
93 bool CommandExists(const char *cmd);
154 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter155 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
598 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()688 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()819 if (m_interpreter.CommandExists(command_name)) { in DoExecute()892 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
222 bool CommandExists(llvm::StringRef cmd) const;
989 if (CommandExists(name)) { in AddUserCommand()1088 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter