Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h314 bool GetUseAutosuggestion() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp282 if (debugger.GetUseAutosuggestion()) { in IOHandlerEditline()
H A DDebugger.cpp404 bool Debugger::GetUseAutosuggestion() const { in GetUseAutosuggestion() function in Debugger