clang-tools 22.0.0git
clang::clangd::InactiveRegionsParams Struct Reference

Parameters for the inactive regions (server-side) push notification. More...

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier TextDocument
 The textdocument these inactive regions belong to.
std::vector< RangeInactiveRegions
 The inactive regions that should be sent.

Detailed Description

Parameters for the inactive regions (server-side) push notification.

This is a clangd extension.

Definition at line 1897 of file Protocol.h.

Member Data Documentation

◆ InactiveRegions

std::vector<Range> clang::clangd::InactiveRegionsParams::InactiveRegions

The inactive regions that should be sent.

Definition at line 1901 of file Protocol.h.

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

◆ TextDocument

TextDocumentIdentifier clang::clangd::InactiveRegionsParams::TextDocument

The textdocument these inactive regions belong to.

Definition at line 1899 of file Protocol.h.

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


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