Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp228 std::vector<HighlightingToken> WithInactiveLines; in collect() local
243 WithInactiveLines.push_back(std::move(*It)); in collect()
251 WithInactiveLines.push_back( in collect()
271 WithInactiveLines.push_back(std::move(*It)); in collect()
272 return WithInactiveLines; in collect()