clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
Range | range |
Range of the string to rename. | |
std::string | placeholder |
Placeholder text to use in the editor if non-empty. | |
Definition at line 1440 of file Protocol.h.
std::string clang::clangd::PrepareRenameResult::placeholder |
Placeholder text to use in the editor if non-empty.
Definition at line 1444 of file Protocol.h.
Referenced by clang::clangd::toJSON().
Range clang::clangd::PrepareRenameResult::range |
Range of the string to rename.
Definition at line 1442 of file Protocol.h.
Referenced by clang::clangd::toJSON().