Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp137 std::vector<std::unique_ptr<Iterator>> BoostingIterators; in createFileProximityIterator() local
163 BoostingIterators.push_back(Corpus.boost( in createFileProximityIterator()
167 BoostingIterators.push_back(Corpus.all()); in createFileProximityIterator()
168 return Corpus.unionOf(std::move(BoostingIterators)); in createFileProximityIterator()
174 std::vector<std::unique_ptr<Iterator>> BoostingIterators; in createTypeBoostingIterator() local
179 BoostingIterators.push_back( in createTypeBoostingIterator()
181 BoostingIterators.push_back(Corpus.all()); in createTypeBoostingIterator()
182 return Corpus.unionOf(std::move(BoostingIterators)); in createTypeBoostingIterator()