Searched refs:AliasExists (Results 1 – 6 of 6) sorted by relevance
111 AliasExists (const char *cmd);
50 bool AliasExists(const char *cmd);
121 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter124 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
498 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()595 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()691 if (m_interpreter.AliasExists(command_name)) in DoExecute()
288 bool AliasExists(llvm::StringRef cmd) const;
1334 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter