Home
last modified time | relevance | path

Searched refs:tab_size (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DREPL.h124 int tab_size) = 0; // LLDB_INVALID_OFFSET means no change
/openbsd/src/gnu/llvm/lldb/source/Expression/
DREPL.cpp175 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() local
178 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h350 bool SetTabSize(uint32_t tab_size);
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp529 bool Debugger::SetTabSize(uint32_t tab_size) { in SetTabSize() argument
531 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size); in SetTabSize()