Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp78 T.QueuePri = std::max(T.QueuePri, Boosts.lookup(T.Tag)); in push()
91 T.QueuePri = std::max(T.QueuePri, Boosts.lookup(T.Tag)); in append()
102 unsigned &Boost = Boosts[Tag]; in boost()
DBackground.h123 llvm::StringMap<unsigned> Boosts; variable