Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp337 if (auto SnippetSupport = Item->getBoolean("snippetSupport")) in fromJSON() local
338 R.CompletionSnippets = *SnippetSupport; in fromJSON()