Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp172 opt<llvm::ThreadPriority> BackgroundIndexPriority{ variable
894 Opts.BackgroundIndexPriority = BackgroundIndexPriority; in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h116 llvm::ThreadPriority BackgroundIndexPriority = llvm::ThreadPriority::Low; member