clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::PrepareRenameResult Struct Reference

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

Detailed Description

Definition at line 1440 of file Protocol.h.

Member Data Documentation

◆ placeholder

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

Range clang::clangd::PrepareRenameResult::range

Range of the string to rename.

Definition at line 1442 of file Protocol.h.

Referenced by clang::clangd::toJSON().


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