Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h276 bool GetUseAutosuggestion() const;
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp270 if (debugger.GetUseAutosuggestion() && debugger.GetUseColor()) in IOHandlerEditline()
DDebugger.cpp349 bool Debugger::GetUseAutosuggestion() const { in GetUseAutosuggestion() function in Debugger