Searched refs:UserCommandExists (Results 1 – 8 of 8) sorted by relevance
24 self.assertTrue(interp.UserCommandExists("foobar"), "foobar exists")229 self.assertTrue(interp.UserCommandExists("my_cmd"), "Command defined.")
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()
122 if not self.interp.UserCommandExists(self.command_name):
309 bool UserCommandExists(llvm::StringRef cmd) const;
576 interpreter.UserCommandExists(term.c_str()) || in SetTarget()
482 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand() 579 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1186 if (UserCommandExists(name)) { in AddUserCommand() 1378 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in RemoveAlias() 1343 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { UserCommandExists() function in CommandInterpreter