Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1283 struct RenameParams { struct
1293 bool fromJSON(const llvm::json::Value &, RenameParams &, llvm::json::Path); argument
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go66 Rename(context.Context, *RenameParams) (*WorkspaceEdit, error)
Dtsprotocol.go2585 type RenameParams struct { struct
2590 TextDocument TextDocumentIdentifier `json:"textDocument"`
2595 Position Position `json:"position"`
2602 NewName string `json:"newName"`
2603 WorkDoneProgressParams
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go66 Rename(context.Context, *RenameParams) (*WorkspaceEdit, error)
Dtsprotocol.go2585 type RenameParams struct { struct
2590 TextDocument TextDocumentIdentifier `json:"textDocument"`
2595 Position Position `json:"position"`
2602 NewName string `json:"newName"`
2603 WorkDoneProgressParams
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go66 Rename(context.Context, *RenameParams) (*WorkspaceEdit, error)
Dtsprotocol.go2585 type RenameParams struct { struct
2590 TextDocument TextDocumentIdentifier `json:"textDocument"`
2595 Position Position `json:"position"`
2602 NewName string `json:"newName"`
2603 WorkDoneProgressParams