clang 19.0.0git
Public Attributes | List of all members
clang::Lexer::SizedChar Struct Reference

Represents a char and the number of bytes parsed to produce it. More...

#include "clang/Lex/Lexer.h"

Public Attributes

char Char
 
unsigned Size
 

Detailed Description

Represents a char and the number of bytes parsed to produce it.

Definition at line 579 of file Lexer.h.

Member Data Documentation

◆ Char

char clang::Lexer::SizedChar::Char

Definition at line 580 of file Lexer.h.

◆ Size

unsigned clang::Lexer::SizedChar::Size

Definition at line 581 of file Lexer.h.


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