Searched refs:AliasExists (Results 1 – 6 of 6) sorted by relevance
82 bool AliasExists(const char *cmd);
133 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter136 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
302 bool AliasExists(llvm::StringRef cmd) const;
475 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()572 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()656 if (m_interpreter.AliasExists(command_name)) in DoExecute()
1339 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter
12916 result = (bool)(arg1)->AliasExists((char const *)arg2); in _wrap_SBCommandInterpreter_AliasExists()