Home
last modified time | relevance | path

Searched refs:GetAliasFullName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp168 if (m_interpreter.GetAliasFullName(command_name, alias_full_name)) { in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h323 bool GetAliasFullName(llvm::StringRef cmd, std::string &full_name) const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1286 bool CommandInterpreter::GetAliasFullName(llvm::StringRef cmd, in GetAliasFullName() function in CommandInterpreter
3338 bool is_alias = GetAliasFullName(next_word, full_name); in ResolveCommandImpl()