Searched defs:ApplyWorkspaceEditParams (Results 1 – 5 of 5) sorted by relevance
35 ApplyEdit(context.Context, *ApplyWorkspaceEditParams) (*ApplyWorkspaceEditResponse, error)
2709 type ApplyWorkspaceEditParams struct { struct2716 Label string `json:"label,omitempty"`2721 Edit WorkspaceEdit `json:"edit"`
1070 struct ApplyWorkspaceEditParams { struct1073 llvm::json::Value toJSON(const ApplyWorkspaceEditParams &); argument