Searched refs:CommandExists (Results 1 – 6 of 6) sorted by relevance
61 bool CommandExists(const char *cmd);
118 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter121 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
437 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()531 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()672 if (m_interpreter.CommandExists(command_name)) { in DoExecute()752 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
285 bool CommandExists(llvm::StringRef cmd) const;
1156 if (CommandExists(name)) { in AddUserCommand()1282 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter
12064 result = (bool)(arg1)->CommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_CommandExists()