Home
last modified time | relevance | path

Searched defs:DocumentRangeFormattingParams (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h758 struct DocumentRangeFormattingParams { struct
765 bool fromJSON(const llvm::json::Value &, DocumentRangeFormattingParams &, argument