clang-tools  9.0.0
Public Attributes | List of all members
clang::clangd::SemanticHighlightingInformation Struct Reference

Represents a semantic highlighting information that has to be applied on a specific line of the text document. More...

#include <Protocol.h>

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

Public Attributes

int Line
 The line these highlightings belong to. More...
 
std::string Tokens
 The base64 encoded string of highlighting tokens. More...
 

Detailed Description

Represents a semantic highlighting information that has to be applied on a specific line of the text document.

Definition at line 1196 of file Protocol.h.

Member Data Documentation

◆ Line

int clang::clangd::SemanticHighlightingInformation::Line

The line these highlightings belong to.

Definition at line 1198 of file Protocol.h.

Referenced by clang::clangd::operator==().

◆ Tokens

std::string clang::clangd::SemanticHighlightingInformation::Tokens

The base64 encoded string of highlighting tokens.

Definition at line 1200 of file Protocol.h.

Referenced by clang::clangd::operator==().


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