Searched refs:AliasExists (Results 1 – 7 of 7) sorted by relevance
111 AliasExists (const char *cmd);
123 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter124 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, AliasExists, (const char *), in AliasExists()127 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()767 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, AliasExists, in RegisterMethods()
50 bool AliasExists(const char *cmd);
454 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()548 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()644 if (m_interpreter.AliasExists(command_name)) in DoExecute()
271 bool AliasExists(llvm::StringRef cmd) const;
1164 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter
11881 result = (bool)(arg1)->AliasExists((char const *)arg2); in _wrap_SBCommandInterpreter_AliasExists()