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()
310 bool AliasExists(llvm::StringRef cmd) const;
482 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()579 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()663 if (m_interpreter.AliasExists(command_name)) in DoExecute()
1429 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter
12881 result = (bool)(arg1)->AliasExists((char const *)arg2); in _wrap_SBCommandInterpreter_AliasExists()