clang-tools
10.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 65 of file SemanticHighlighting.h.
bool clang::clangd::LineHighlightings::IsInactive |
Definition at line 68 of file SemanticHighlighting.h.
int clang::clangd::LineHighlightings::Line |
Definition at line 66 of file SemanticHighlighting.h.
Referenced by clang::clangd::operator==().
std::vector<HighlightingToken> clang::clangd::LineHighlightings::Tokens |
Definition at line 67 of file SemanticHighlighting.h.
Referenced by clang::clangd::operator==().