Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp157 if (m_interpreter.GetAliasFullName(command_name, alias_full_name)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h354 bool GetAliasFullName(llvm::StringRef cmd, std::string &full_name) const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1400 bool CommandInterpreter::GetAliasFullName(llvm::StringRef cmd, in GetAliasFullName() function in CommandInterpreter
3622 bool is_alias = GetAliasFullName(next_word, full_name); in ResolveCommandImpl()
3679 GetAliasFullName(alias_matches.GetStringAtIndex(0), full_name); in ResolveCommandImpl()