Home
last modified time | relevance | path

Searched refs:new_line_fragment (Results 1 – 10 of 10) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DEditline.cpp618 auto new_line_fragment = in BreakLineCommand() local
623 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
624 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
636 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
638 lines.AppendString(new_line_fragment); in BreakLineCommand()
643 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
644 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
650 new_line_fragment); in BreakLineCommand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/common/
H A DEditline.cpp613 auto new_line_fragment = in BreakLineCommand() local
618 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
619 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
631 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
633 lines.AppendString(new_line_fragment); in BreakLineCommand()
638 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
639 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
645 new_line_fragment); in BreakLineCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/common/
H A DEditline.cpp621 auto new_line_fragment = in BreakLineCommand() local
626 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
627 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
639 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
641 lines.AppendString(new_line_fragment); in BreakLineCommand()
646 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
647 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
653 new_line_fragment); in BreakLineCommand()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DEditline.cpp627 auto new_line_fragment = in BreakLineCommand() local
632 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
633 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
645 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
647 lines.AppendString(new_line_fragment); in BreakLineCommand()
651 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
652 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
658 new_line_fragment); in BreakLineCommand()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DEditline.cpp621 auto new_line_fragment = in BreakLineCommand() local
626 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
627 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
639 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
641 lines.AppendString(new_line_fragment); in BreakLineCommand()
646 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
647 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
653 new_line_fragment); in BreakLineCommand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/common/
H A DEditline.cpp627 auto new_line_fragment = in BreakLineCommand() local
632 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
633 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
645 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
647 lines.AppendString(new_line_fragment); in BreakLineCommand()
651 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
652 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
658 new_line_fragment); in BreakLineCommand()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/common/
H A DEditline.cpp631 auto new_line_fragment = in BreakLineCommand() local
636 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
637 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
649 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
651 lines.AppendString(new_line_fragment); in BreakLineCommand()
655 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
656 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
662 new_line_fragment); in BreakLineCommand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DEditline.cpp627 auto new_line_fragment = in BreakLineCommand() local
632 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
633 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
645 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
647 lines.AppendString(new_line_fragment); in BreakLineCommand()
651 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
652 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
658 new_line_fragment); in BreakLineCommand()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DEditline.cpp621 auto new_line_fragment = in BreakLineCommand() local
626 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
627 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
639 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
641 lines.AppendString(new_line_fragment); in BreakLineCommand()
646 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
647 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
653 new_line_fragment); in BreakLineCommand()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DEditline.cpp627 auto new_line_fragment = in BreakLineCommand() local
632 if (::IsOnlySpaces(new_line_fragment)) in BreakLineCommand()
633 new_line_fragment = EditLineConstString(""); in BreakLineCommand()
645 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
647 lines.AppendString(new_line_fragment); in BreakLineCommand()
651 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
652 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()
658 new_line_fragment); in BreakLineCommand()