Home
last modified time | relevance | path

Searched defs:IndentMore (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Utility/
H A DStream.cpp168 void Stream::IndentMore(unsigned amount) { m_indent_level += amount; } in IndentMore() function in Stream
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1810 AutoIndent IndentMore(P, 9); in dumpSectionHeaders() local