Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h102 void onDocumentFormatting(const DocumentFormattingParams &,
H A DProtocol.h803 struct DocumentFormattingParams { struct
807 bool fromJSON(const llvm::json::Value &, DocumentFormattingParams &, argument
H A DProtocol.cpp574 bool fromJSON(const llvm::json::Value &Params, DocumentFormattingParams &R, in fromJSON()
H A DClangdLSPServer.cpp888 const DocumentFormattingParams &Params, in onDocumentFormatting()