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

#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.

Detailed Description

Definition at line 265 of file Protocol.h.

Member Data Documentation

◆ insert

Range clang::clangd::InsertReplaceEdit::insert

The range if the insert is requested.

Definition at line 270 of file Protocol.h.

◆ newText

std::string clang::clangd::InsertReplaceEdit::newText

The string to be inserted.

Definition at line 267 of file Protocol.h.

◆ replace

Range clang::clangd::InsertReplaceEdit::replace

The range if the replace is requested.

Definition at line 273 of file Protocol.h.


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