Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp160 const auto SmallestID = peek(); in advance() local
162 if (!Child->reachedEnd() && Child->peek() == SmallestID) in advance()