Searched refs:DocumentFormattingParams (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | ClangdLSPServer.h | 101 void onDocumentFormatting(const DocumentFormattingParams &,
|
D | Protocol.h | 781 struct DocumentFormattingParams { struct 785 bool fromJSON(const llvm::json::Value &, DocumentFormattingParams &, argument
|
D | Protocol.cpp | 540 bool fromJSON(const llvm::json::Value &Params, DocumentFormattingParams &R, in fromJSON()
|
D | ClangdLSPServer.cpp | 908 const DocumentFormattingParams &Params, in onDocumentFormatting()
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error) argument 469 var params DocumentFormattingParams 783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]Tex…
|
D | tsprotocol.go | 2427 type DocumentFormattingParams struct { struct
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error) argument 469 var params DocumentFormattingParams 783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]Tex…
|
D | tsprotocol.go | 2427 type DocumentFormattingParams struct { struct
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error) argument 469 var params DocumentFormattingParams 783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]Tex…
|
D | tsprotocol.go | 2427 type DocumentFormattingParams struct { struct
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 359 func (s *server) Formatting(ctx context.Context, p *lsp.DocumentFormattingParams) ([]lsp.TextEdit, …
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/ |
D | langsvr.go | 364 func (s *server) Formatting(ctx context.Context, p *lsp.DocumentFormattingParams) ([]lsp.TextEdit, …
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 359 func (s *server) Formatting(ctx context.Context, p *lsp.DocumentFormattingParams) ([]lsp.TextEdit, …
|