Home
last modified time | relevance | path

Searched refs:SetIndentLevel (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Utility/
DStructuredData.cpp209 s.SetIndentLevel(indentation_level); in GetDescription()
244 s.SetIndentLevel(indentation_level); in GetDescription()
DStream.cpp163 void Stream::SetIndentLevel(unsigned indent_level) { in SetIndentLevel() function in Stream
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DStream.h336 void SetIndentLevel(unsigned level);
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp3634 s->SetIndentLevel(indent_level + 2); in GetDescription()
3648 s->SetIndentLevel(indent_level + 4); in GetDescription()
3650 s->SetIndentLevel(indent_level + 2); in GetDescription()
3657 s->SetIndentLevel(indent_level + 4); in GetDescription()
3660 s->SetIndentLevel(indent_level + 2); in GetDescription()
3674 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription()
3680 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription()
3794 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription()
3806 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandCompletions.cpp746 strm.SetIndentLevel(11); in StopHookIDs()
DCommandObjectTarget.cpp1449 strm.SetIndentLevel(save_indent + 13); in DumpAddress()
1451 strm.SetIndentLevel(save_indent); in DumpAddress()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptions.cpp558 strm.SetIndentLevel(save_indent_level); in GenerateOptionUsage()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp3933 strm.SetIndentLevel(indent); in Dump()