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()
313 bool UserCommandExists(llvm::StringRef cmd) const;
483 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand()580 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1241 if (UserCommandExists(name)) { in AddUserCommand()1433 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter
12854 result = (bool)(arg1)->UserCommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_UserCommandExists()