Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp180 BackgroundIndex::Options BGOpts; local
181 BGOpts.ThreadPoolSize = std::max(Opts.AsyncThreadsCount, 1u);
182 BGOpts.OnProgress = [Callbacks](BackgroundQueue::Stats S) { in __anonb0c0fe120702()
186 BGOpts.ContextProvider = [this](PathRef P) { in __anonb0c0fe120802()
189 BGOpts.CollectMainFileRefs = Opts.CollectMainFileRefs;
194 std::move(BGOpts));