|
clang-tools 23.0.0git
|
#include <Protocol.h>
Public Attributes | |
| std::string | newText |
| The string to be inserted. | |
| Range | insert |
| The range if the insert is requested. | |
| Range | replace |
| The range if the replace is requested. | |
Definition at line 265 of file Protocol.h.
| Range clang::clangd::InsertReplaceEdit::insert |
The range if the insert is requested.
Definition at line 270 of file Protocol.h.
| std::string clang::clangd::InsertReplaceEdit::newText |
The string to be inserted.
Definition at line 267 of file Protocol.h.
| Range clang::clangd::InsertReplaceEdit::replace |
The range if the replace is requested.
Definition at line 273 of file Protocol.h.