Searched refs:DocumentOnTypeFormattingParams (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | ClangdLSPServer.h | 97 void onDocumentOnTypeFormatting(const DocumentOnTypeFormattingParams &,
|
D | Protocol.h | 768 struct DocumentOnTypeFormattingParams { struct 778 bool fromJSON(const llvm::json::Value &, DocumentOnTypeFormattingParams &, argument
|
D | Protocol.cpp | 534 DocumentOnTypeFormattingParams &R, llvm::json::Path P) { in fromJSON()
|
D | ClangdLSPServer.cpp | 873 const DocumentOnTypeFormattingParams &Params, in onDocumentOnTypeFormatting()
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) argument 491 var params DocumentOnTypeFormattingParams 799 …verDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]Te…
|
D | tsprotocol.go | 2518 type DocumentOnTypeFormattingParams struct { struct
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) argument 491 var params DocumentOnTypeFormattingParams 799 …verDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]Te…
|
D | tsprotocol.go | 2518 type DocumentOnTypeFormattingParams struct { struct
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) argument 491 var params DocumentOnTypeFormattingParams 799 …verDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]Te…
|
D | tsprotocol.go | 2518 type DocumentOnTypeFormattingParams struct { struct
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 426 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls…
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/ |
D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls…
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 426 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls…
|