Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h204 std::mutex FixItsMutex; variable
DClangdLSPServer.cpp851 std::lock_guard<std::mutex> Lock(FixItsMutex); in onDocumentDidClose()
1533 std::lock_guard<std::mutex> Lock(FixItsMutex); in getFixes()
1607 std::lock_guard<std::mutex> Lock(FixItsMutex); in onDiagnosticsReady()