Home
last modified time | relevance | path

Searched refs:WithInactiveLines (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp407 std::vector<HighlightingToken> WithInactiveLines; in collect() local
422 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()