Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h195 Context BackgroundContext; variable
DClangdLSPServer.cpp513 WithContext MainContext(BackgroundContext.clone()); in onInitialize()
1455 : BackgroundContext(Context::current().clone()), Transp(Transp), in ClangdLSPServer()