clang-tools 19.0.0git
Public Attributes | List of all members
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 1874 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 1878 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 1876 of file Protocol.h.

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


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