Home
last modified time | relevance | path

Searched defs:lspLength (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp47 TEST(SourceCodeTests, lspLength) { in TEST() argument
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp149 size_t lspLength(llvm::StringRef Code) { in lspLength() function