Searched refs:m_first_line (Results 1 – 3 of 3) sorted by relevance
159 : m_first_line (first_line), m_last_line (last_line) in line_span()163 linenum_type get_first_line () const { return m_first_line; } in get_first_line()168 return line >= m_first_line && line <= m_last_line; in contains_line_p()175 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line); in comparator()181 linenum_type m_first_line; member1141 gcc_assert (next->m_first_line >= current->m_first_line); in calculate_line_spans()1142 if (next->m_first_line <= current->m_last_line + 1) in calculate_line_spans()1162 gcc_assert (prev->m_first_line <= prev->m_last_line); in calculate_line_spans()1163 gcc_assert (next->m_first_line <= next->m_last_line); in calculate_line_spans()1165 gcc_assert (prev->m_first_line < next->m_first_line); in calculate_line_spans()[all …]
416 if (m_first_line && m_last_line) in read_char()418 if (m_read_md_lineno < m_first_line) in read_char()1005 m_first_line (0), in md_reader()1343 m_first_line = first_line; in read_file_fragment()
254 int m_first_line; variable