Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp313 if (auto CategorySupport = Diagnostics->getBoolean("categorySupport")) in fromJSON() local
314 R.DiagnosticCategory = *CategorySupport; in fromJSON()