clang-tools
11.0.0
|
Contains all information about highlightings on a single line. More...
#include <SemanticHighlighting.h>
Public Attributes | |
int | Line |
std::vector< HighlightingToken > | Tokens |
bool | IsInactive |
Contains all information about highlightings on a single line.
Definition at line 79 of file SemanticHighlighting.h.
bool clang::clangd::LineHighlightings::IsInactive |
Definition at line 82 of file SemanticHighlighting.h.
int clang::clangd::LineHighlightings::Line |
Definition at line 80 of file SemanticHighlighting.h.
Referenced by clang::clangd::operator==().
std::vector<HighlightingToken> clang::clangd::LineHighlightings::Tokens |
Definition at line 81 of file SemanticHighlighting.h.
Referenced by clang::clangd::operator==().