clang-tools 22.0.0git
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 1454 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 1458 of file Protocol.h.

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

◆ range

Range clang::clangd::PrepareRenameResult::range

Range of the string to rename.

Definition at line 1456 of file Protocol.h.

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


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