Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2427 type DocumentFormattingParams struct { struct
2432 TextDocument TextDocumentIdentifier `json:"textDocument"`
2437 Options FormattingOptions `json:"options"`
2438 WorkDoneProgressParams
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2427 type DocumentFormattingParams struct { struct
2432 TextDocument TextDocumentIdentifier `json:"textDocument"`
2437 Options FormattingOptions `json:"options"`
2438 WorkDoneProgressParams
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2427 type DocumentFormattingParams struct { struct
2432 TextDocument TextDocumentIdentifier `json:"textDocument"`
2437 Options FormattingOptions `json:"options"`
2438 WorkDoneProgressParams
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h781 struct DocumentFormattingParams { struct
785 bool fromJSON(const llvm::json::Value &, DocumentFormattingParams &, argument