Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp71 if (m_interpreter.GetExpandRegexAliases()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h580 bool GetExpandRegexAliases() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp154 bool CommandInterpreter::GetExpandRegexAliases() const { in GetExpandRegexAliases() function in CommandInterpreter