clang-tools 20.0.0git
|
#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. | |
Definition at line 1427 of file Protocol.h.
std::string clang::clangd::RenameParams::newName |
The new name of the symbol.
Definition at line 1435 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().
Position clang::clangd::RenameParams::position |
The position at which this request was sent.
Definition at line 1432 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().
TextDocumentIdentifier clang::clangd::RenameParams::textDocument |
The document that was opened.
Definition at line 1429 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().