Searched defs:SourceRangeFactory (Results 1 – 1 of 1) sorted by relevance
24 struct SourceRangeFactory { struct25 SourceRangeFactory( in SourceRangeFactory() argument36 SourceRange create(int line, int start_col, int end_col) { in create()44 std::tuple<size_t, size_t> line_col_to_byte_offs( in line_col_to_byte_offs()55 std::shared_ptr<Source> source_;56 std::vector<size_t> line_len_prefix_sum_;57 size_t leading_whitespace_chars_;