Home
last modified time | relevance | path

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

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