Lines Matching defs:column
180 // We don't use ANSI stop column formatting if the debugger doesn't think it
189 // We don't use ANSI stop column formatting if we can't lookup values from
194 // We don't use ANSI stop column formatting if the debugger doesn't think it
199 // We only use ANSI stop column formatting if we're either supposed to show
208 // We don't use text-based stop column formatting if we can't lookup values
229 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column,
285 // So far we treated column 0 as a special 'no column value', but
286 // DisplaySourceLines starts counting columns from 0 (and no column is
289 if (line == curr_line && column)
290 columnToHighlight = column - 1;
294 if (column != 0 && line == curr_line &&
301 for (size_t i = 0; i + 1 < column && i < src_line.length(); ++i)
328 lldb::SupportFileSP support_file_sp, uint32_t line, uint32_t column,
350 start_line, count, line, column, current_line_cstr, s, bp_locs);
388 const uint32_t column = 0;
390 m_last_line, m_last_count, UINT32_MAX, column, "", s, bp_locs);
652 std::optional<size_t> column,
673 // If we should mark the stop column with color codes, then copy the prefix
702 h.Highlight(style, ref, column, "", *s);