Searched refs:onSemanticTokens (Results 1 – 2 of 2) sorted by relevance
164 void onSemanticTokens(const SemanticTokensParams &, Callback<SemanticTokens>);
1481 void ClangdLSPServer::onSemanticTokens(const SemanticTokensParams &Params, in onSemanticTokens() function in clang::clangd::ClangdLSPServer1615 Bind.method("textDocument/semanticTokens/full", this, &ClangdLSPServer::onSemanticTokens); in bindMethods()