Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp450 if (auto *RawCaps = Params.getAsObject()->getObject("capabilities")) in fromJSON() local
451 R.rawCapabilities = *RawCaps; in fromJSON()