Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp438 return testTokenRange(*offsetInSelFile(Batch.front().location()), in testChunk()
461 return testTokenRange(*ArgOffset, *offsetInSelFile(ArgEnd)); in testChunk()
476 SelectionTree::Selection testTokenRange(unsigned Begin, unsigned End) const { in testTokenRange() function in clang::clangd::__anon2b7dfc710111::SelectionTester