Searched refs:UserCommandExists (Results 1 – 6 of 6) sorted by relevance
72 bool UserCommandExists(const char *cmd);
126 bool SBCommandInterpreter::UserCommandExists(const char *cmd) { in UserCommandExists() function in SBCommandInterpreter129 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->UserCommandExists(cmd) in UserCommandExists()
305 bool UserCommandExists(llvm::StringRef cmd) const;
476 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand()573 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1184 if (UserCommandExists(name)) { in AddUserCommand()1343 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter
12889 result = (bool)(arg1)->UserCommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_UserCommandExists()