Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DShutdown.cpp28 void requestShutdown() { in requestShutdown() function
H A DShutdown.h61 void requestShutdown();
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp494 llvm::sys::SetInterruptFunction(&clang::clangd::requestShutdown); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp733 llvm::sys::SetInterruptFunction(&requestShutdown); in main()