Searched refs:onDocumentOnTypeFormatting (Results 1 – 2 of 2) sorted by relevance
98 void onDocumentOnTypeFormatting(const DocumentOnTypeFormattingParams &,
865 void ClangdLSPServer::onDocumentOnTypeFormatting( in onDocumentOnTypeFormatting() function in clang::clangd::ClangdLSPServer1580 Bind.method("textDocument/onTypeFormatting", this, &ClangdLSPServer::onDocumentOnTypeFormatting); in bindMethods()