clang-tools
10.0.0git
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document that was opened. More... | |
Position | position |
The position at which this request was sent. More... | |
std::string | newName |
The new name of the symbol. More... | |
Definition at line 1074 of file Protocol.h.
std::string clang::clangd::RenameParams::newName |
The new name of the symbol.
Definition at line 1082 of file Protocol.h.
Position clang::clangd::RenameParams::position |
The position at which this request was sent.
Definition at line 1079 of file Protocol.h.
TextDocumentIdentifier clang::clangd::RenameParams::textDocument |
The document that was opened.
Definition at line 1076 of file Protocol.h.