Home
last modified time | relevance | path

Searched refs:GetIndentLevel (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStream.h442 int GetIndentLevel() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp285 if (static_cast<uint32_t>(actual_text.length() + strm.GetIndentLevel()) < in OutputFormattedUsageText()
293 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText()
401 const uint32_t save_indent_level = strm.GetIndentLevel(); in GenerateOptionUsage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStream.cpp261 int Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9695 class_interface_decl->print(llvm_ostrm, policy, s->GetIndentLevel()); in DumpTypeDescription()
9743 s->GetIndentLevel()); in DumpTypeDescription()
9746 s->GetIndentLevel()); in DumpTypeDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3160 int indent_level = s->GetIndentLevel(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1503 const uint32_t save_indent = strm.GetIndentLevel(); in DumpAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4013 int indent = strm.GetIndentLevel(); in Dump()