clang API Documentation

Public Attributes
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:
Collaboration graph
[legend]

List of all members.

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 71 of file Specifiers.h.


Member Data Documentation

Definition at line 75 of file Specifiers.h.

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

Definition at line 73 of file Specifiers.h.

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

Definition at line 74 of file Specifiers.h.

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


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