Home
last modified time | relevance | path

Searched defs:HasAliases (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp343 bool SBCommandInterpreter::HasAliases() { HasAliases() function in SBCommandInterpreter
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2164 bool CommandInterpreter::HasAliases() const { return (!m_alias_dict.empty()); } HasAliases() function in CommandInterpreter