Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp371 if (auto *ContentFormat = Hover->getArray("contentFormat")) { in fromJSON() local
372 for (const auto &Format : *ContentFormat) { in fromJSON()