Home
last modified time | relevance | path

Searched refs:AliasExists (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h82 bool AliasExists(const char *cmd);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp133 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter
136 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h302 bool AliasExists(llvm::StringRef cmd) const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp475 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()
572 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()
656 if (m_interpreter.AliasExists(command_name)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1339 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12916 result = (bool)(arg1)->AliasExists((char const *)arg2); in _wrap_SBCommandInterpreter_AliasExists()