Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
H A Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
H A Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)