Searched refs:UserCommandExists (Results 1 – 6 of 6) sorted by relevance
71 bool UserCommandExists(const char *cmd);
125 bool SBCommandInterpreter::UserCommandExists(const char *cmd) { in UserCommandExists() function in SBCommandInterpreter128 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->UserCommandExists(cmd) in UserCommandExists()
291 bool UserCommandExists(llvm::StringRef cmd) const;
495 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand()592 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1161 if (UserCommandExists(name)) { in AddUserCommand()1320 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter
12091 result = (bool)(arg1)->UserCommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_UserCommandExists()