Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp193 size_t ByteInLine = measureUnits(Line, P.character, lspEncoding(), Valid); in positionToOffset() local
198 return StartOfLine + ByteInLine; in positionToOffset()