Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp608 llvm::SmallVector<char, 128> LineByteTokens; in toTheiaSemanticHighlightingInformation() local
609 llvm::raw_svector_ostream OS(LineByteTokens); in toTheiaSemanticHighlightingInformation()
621 Lines.push_back({Line.Line, encodeBase64(LineByteTokens), Line.IsInactive}); in toTheiaSemanticHighlightingInformation()