clang 19.0.0git
Public Attributes | List of all members
clang::html::RelexRewriteCache::Highlight Struct Reference

Public Attributes

SourceLocation B
 
SourceLocation E
 
std::string StartTag
 
std::string EndTag
 
bool IsTokenRange
 

Detailed Description

Definition at line 112 of file HTMLRewrite.cpp.

Member Data Documentation

◆ B

SourceLocation clang::html::RelexRewriteCache::Highlight::B

Definition at line 113 of file HTMLRewrite.cpp.

◆ E

SourceLocation clang::html::RelexRewriteCache::Highlight::E

Definition at line 113 of file HTMLRewrite.cpp.

◆ EndTag

std::string clang::html::RelexRewriteCache::Highlight::EndTag

Definition at line 114 of file HTMLRewrite.cpp.

◆ IsTokenRange

bool clang::html::RelexRewriteCache::Highlight::IsTokenRange

Definition at line 115 of file HTMLRewrite.cpp.

◆ StartTag

std::string clang::html::RelexRewriteCache::Highlight::StartTag

Definition at line 114 of file HTMLRewrite.cpp.


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