Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h160 void onSelectionRange(const SelectionRangeParams &,
H A DClangdLSPServer.cpp1437 void ClangdLSPServer::onSelectionRange( in onSelectionRange() function in clang::clangd::ClangdLSPServer
1613 Bind.method("textDocument/selectionRange", this, &ClangdLSPServer::onSelectionRange); in bindMethods()