Home
last modified time | relevance | path

Searched defs:tab_size (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp77 int tab_size) { in GetDesiredIndentation()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp175 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp529 bool Debugger::SetTabSize(uint32_t tab_size) { in SetTabSize()