Searched refs:spaces_count (Results 1 – 1 of 1) sorted by relevance
77 size_t spaces_count = location_ + spaces_before_caret - line_range.GetBegin(); in GetErrorText() local78 std::string spaces(spaces_count, ' '); in GetErrorText()