clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::FieldDeclarator Struct Reference

This little struct is used to capture information about structure field declarators, which is basically just a bitfield size. More...

#include <DeclSpec.h>

Inheritance diagram for clang::FieldDeclarator:
[legend]
Collaboration diagram for clang::FieldDeclarator:
[legend]

Public Member Functions

 FieldDeclarator (const DeclSpec &DS)
 

Public Attributes

Declarator D
 
ExprBitfieldSize
 

Detailed Description

This little struct is used to capture information about structure field declarators, which is basically just a bitfield size.

Definition at line 2206 of file DeclSpec.h.

Constructor & Destructor Documentation

clang::FieldDeclarator::FieldDeclarator ( const DeclSpec DS)
inlineexplicit

Definition at line 2209 of file DeclSpec.h.

Member Data Documentation

Expr* clang::FieldDeclarator::BitfieldSize

Definition at line 2208 of file DeclSpec.h.

Declarator clang::FieldDeclarator::D

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