Searched refs:AliasExists (Results 1 – 7 of 7) sorted by relevance
42 self.assertTrue(ci.AliasExists("file"))43 self.assertTrue(ci.AliasExists("run"))44 self.assertTrue(ci.AliasExists("bt"))54 self.assertFalse(ci.AliasExists(None))
111 AliasExists (const char *cmd);
50 bool AliasExists(const char *cmd);
120 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter123 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
490 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()592 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()688 if (m_interpreter.AliasExists(command_name)) in DoExecute()
279 bool AliasExists(llvm::StringRef cmd) const;
1316 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter