Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h100 void onDocumentRangeFormatting(const DocumentRangeFormattingParams &,
H A DProtocol.h780 struct DocumentRangeFormattingParams { struct
787 bool fromJSON(const llvm::json::Value &, DocumentRangeFormattingParams &, argument
H A DProtocol.cpp561 bool fromJSON(const llvm::json::Value &Params, DocumentRangeFormattingParams &R, in fromJSON()
H A DClangdLSPServer.cpp873 const DocumentRangeFormattingParams &Params, in onDocumentRangeFormatting()