Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp425 if (auto *StaleRequestSupport = General->getObject("staleRequestSupport")) { in fromJSON() local
426 if (auto Cancel = StaleRequestSupport->getBoolean("cancel")) in fromJSON()