Home
last modified time | relevance | path

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

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