Searched refs:WithInactiveLines (Results 1 – 1 of 1) sorted by relevance
407 std::vector<HighlightingToken> WithInactiveLines; in collect() local422 WithInactiveLines.push_back(std::move(*It)); in collect()431 WithInactiveLines.emplace_back(); in collect()432 WithInactiveLines.back().Kind = HighlightingKind::InactiveCode; in collect()433 WithInactiveLines.back().R.start.line = Line; in collect()434 WithInactiveLines.back().R.end.line = Line; in collect()435 WithInactiveLines.back().R.end.character = in collect()453 WithInactiveLines.push_back(std::move(*It)); in collect()454 return WithInactiveLines; in collect()