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

#include <SemanticHighlighting.h>

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

Public Attributes

HighlightingKind Kind
 
Range R
 

Detailed Description

Definition at line 70 of file SemanticHighlighting.h.

Member Data Documentation

◆ Kind

HighlightingKind clang::clangd::HighlightingToken::Kind

Definition at line 71 of file SemanticHighlighting.h.

Referenced by clang::clangd::operator<(), and clang::clangd::operator==().

◆ R

Range clang::clangd::HighlightingToken::R

Definition at line 72 of file SemanticHighlighting.h.

Referenced by clang::clangd::operator<(), and clang::clangd::operator==().


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