Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h768 struct DocumentOnTypeFormattingParams { struct
778 bool fromJSON(const llvm::json::Value &, DocumentOnTypeFormattingParams &, argument
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2518 type DocumentOnTypeFormattingParams struct { struct
2523 TextDocument TextDocumentIdentifier `json:"textDocument"`
2528 Position Position `json:"position"`
2533 Ch string `json:"ch"`
2538 Options FormattingOptions `json:"options"`
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2518 type DocumentOnTypeFormattingParams struct { struct
2523 TextDocument TextDocumentIdentifier `json:"textDocument"`
2528 Position Position `json:"position"`
2533 Ch string `json:"ch"`
2538 Options FormattingOptions `json:"options"`
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2518 type DocumentOnTypeFormattingParams struct { struct
2523 TextDocument TextDocumentIdentifier `json:"textDocument"`
2528 Position Position `json:"position"`
2533 Ch string `json:"ch"`
2538 Options FormattingOptions `json:"options"`