Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h310 bool GetUseAutosuggestion() const;
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp277 if (debugger.GetUseAutosuggestion()) { in IOHandlerEditline()
H A DDebugger.cpp411 bool Debugger::GetUseAutosuggestion() const { in GetUseAutosuggestion() function in Debugger