Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp260 const syntax::Token *SelLimit = std::partition_point( in SelectionTester() local
264 auto Sel = llvm::makeArrayRef(SelFirst, SelLimit); in SelectionTester()
271 if (&Tok >= SelFirst && &Tok < SelLimit) in SelectionTester()