clang  5.0.0
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"

Collaboration diagram for clang::WrittenBuiltinSpecs:
[legend]

Public Attributes

unsigned Type: 6
 
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 84 of file Specifiers.h.

Member Data Documentation

unsigned clang::WrittenBuiltinSpecs::ModeAttr
unsigned clang::WrittenBuiltinSpecs::Sign
unsigned clang::WrittenBuiltinSpecs::Type
unsigned clang::WrittenBuiltinSpecs::Width

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