Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h498 bool SemanticTokenRefreshSupport = false; member
H A DProtocol.cpp415 R.SemanticTokenRefreshSupport = *RefreshSupport; in fromJSON()
H A DClangdLSPServer.cpp1633 if(Caps.SemanticTokenRefreshSupport) in bindMethods()