Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h230 std::mutex FixItsMutex; variable
H A DClangdLSPServer.cpp848 std::lock_guard<std::mutex> Lock(FixItsMutex); in onDocumentDidClose()
1663 std::lock_guard<std::mutex> Lock(FixItsMutex); in getFixes()
1716 std::lock_guard<std::mutex> Lock(FixItsMutex); in onDiagnosticsReady()