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

Structure that packs information about the type specifiers that were written in a particular type specifier sequence. More...

#include "clang/Basic/Specifiers.h"

Public Attributes

unsigned Type: 7
 
unsigned Sign: 2
 
unsigned Width: 2
 
unsigned ModeAttr: 1
 

Detailed Description

Structure that packs information about the type specifiers that were written in a particular type specifier sequence.

Definition at line 106 of file Specifiers.h.

Member Data Documentation

◆ ModeAttr

unsigned clang::WrittenBuiltinSpecs::ModeAttr

◆ Sign

unsigned clang::WrittenBuiltinSpecs::Sign

◆ Type

unsigned clang::WrittenBuiltinSpecs::Type

◆ Width

unsigned clang::WrittenBuiltinSpecs::Width

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