clang  3.7.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 <Specifiers.h>

Collaboration diagram for clang::WrittenBuiltinSpecs:
[legend]

Public Attributes

unsigned Type: 5
 
unsigned Sign: 2
 
unsigned Width: 2
 
bool ModeAttr: 1
 

Detailed Description

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

Definition at line 74 of file Specifiers.h.

Member Data Documentation

bool clang::WrittenBuiltinSpecs::ModeAttr

Definition at line 78 of file Specifiers.h.

Referenced by clang::BuiltinTypeLoc::initializeLocal().

unsigned clang::WrittenBuiltinSpecs::Sign

Definition at line 76 of file Specifiers.h.

Referenced by clang::BuiltinTypeLoc::initializeLocal().

unsigned clang::WrittenBuiltinSpecs::Type
unsigned clang::WrittenBuiltinSpecs::Width

Definition at line 77 of file Specifiers.h.

Referenced by clang::BuiltinTypeLoc::initializeLocal().


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