clang-tools  11.0.0
Public Attributes | List of all members
clang::clangd::TheiaSemanticHighlightingParams Struct Reference

Parameters for the semantic highlighting (server-side) push notification. More...

#include <Protocol.h>

Collaboration diagram for clang::clangd::TheiaSemanticHighlightingParams:
[legend]

Public Attributes

VersionedTextDocumentIdentifier TextDocument
 The textdocument these highlightings belong to. More...
 
std::vector< TheiaSemanticHighlightingInformationLines
 The lines of highlightings that should be sent. More...
 

Detailed Description

Parameters for the semantic highlighting (server-side) push notification.

Definition at line 1450 of file Protocol.h.

Member Data Documentation

◆ Lines

std::vector<TheiaSemanticHighlightingInformation> clang::clangd::TheiaSemanticHighlightingParams::Lines

The lines of highlightings that should be sent.

Definition at line 1454 of file Protocol.h.

◆ TextDocument

VersionedTextDocumentIdentifier clang::clangd::TheiaSemanticHighlightingParams::TextDocument

The textdocument these highlightings belong to.

Definition at line 1452 of file Protocol.h.


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