Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp84 T.QueuePri = std::max(T.QueuePri, Boosts.lookup(T.Tag)); in adjust()
118 unsigned &Boost = Boosts[Tag]; in boost()
H A DBackground.h125 llvm::StringMap<unsigned> Boosts; variable