clang-tools 23.0.0git
clang::clangd::RenameParams Struct Reference

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document that was opened.
Position position
 The position at which this request was sent.
std::string newName
 The new name of the symbol.

Detailed Description

Definition at line 1476 of file Protocol.h.

Member Data Documentation

◆ newName

std::string clang::clangd::RenameParams::newName

The new name of the symbol.

Definition at line 1484 of file Protocol.h.

Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().

◆ position

Position clang::clangd::RenameParams::position

The position at which this request was sent.

Definition at line 1481 of file Protocol.h.

Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().

◆ textDocument

TextDocumentIdentifier clang::clangd::RenameParams::textDocument

The document that was opened.

Definition at line 1478 of file Protocol.h.

Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().


The documentation for this struct was generated from the following file: