Searched refs:AliasExists (Results 1 – 6 of 6) sorted by relevance
81 bool AliasExists(const char *cmd);
132 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter135 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
494 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()591 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()687 if (m_interpreter.AliasExists(command_name)) in DoExecute()
288 bool AliasExists(llvm::StringRef cmd) const;
1316 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter
12118 result = (bool)(arg1)->AliasExists((char const *)arg2); in _wrap_SBCommandInterpreter_AliasExists()