clang 22.0.0git
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 109 of file Specifiers.h.

Member Data Documentation

◆ ModeAttr

unsigned clang::WrittenBuiltinSpecs::ModeAttr

◆ Sign

◆ Type

◆ Width


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