Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp72 if (m_interpreter.GetExpandRegexAliases()) in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h546 bool GetExpandRegexAliases() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp141 bool CommandInterpreter::GetExpandRegexAliases() const { in GetExpandRegexAliases() function in CommandInterpreter