Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h153 void onSemanticTokens(const SemanticTokensParams &, Callback<SemanticTokens>);
DProtocol.h1526 struct SemanticTokensParams { struct
1530 bool fromJSON(const llvm::json::Value &, SemanticTokensParams &, argument
DProtocol.cpp1083 bool fromJSON(const llvm::json::Value &Params, SemanticTokensParams &R, in fromJSON()
DClangdLSPServer.cpp1382 void ClangdLSPServer::onSemanticTokens(const SemanticTokensParams &Params, in onSemanticTokens()