Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h164 void onSemanticTokens(const SemanticTokensParams &, Callback<SemanticTokens>);
237 llvm::StringMap<SemanticTokens> LastSemanticTokens;
H A DProtocol.h464 bool SemanticTokens = false; member
1662 struct SemanticTokens { struct
1672 llvm::json::Value toJSON(const SemanticTokens &); argument
H A DProtocol.cpp326 R.SemanticTokens = true; in fromJSON()
413 if (auto *SemanticTokens = Workspace->getObject("semanticTokens")) { in fromJSON() local
414 if (auto RefreshSupport = SemanticTokens->getBoolean("refreshSupport")) in fromJSON()
1112 llvm::json::Value toJSON(const SemanticTokens &Tokens) { in toJSON()
H A DClangdLSPServer.cpp457 !Params.capabilities.SemanticTokens) { in onInitialize()
1482 Callback<SemanticTokens> CB) { in onSemanticTokens()
1490 SemanticTokens Result; in onSemanticTokens()