Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h98 void onDocumentOnTypeFormatting(const DocumentOnTypeFormattingParams &,
H A DProtocol.h790 struct DocumentOnTypeFormattingParams { struct
800 bool fromJSON(const llvm::json::Value &, DocumentOnTypeFormattingParams &, argument
H A DProtocol.cpp568 DocumentOnTypeFormattingParams &R, llvm::json::Path P) { in fromJSON()
H A DClangdLSPServer.cpp866 const DocumentOnTypeFormattingParams &Params, in onDocumentOnTypeFormatting()