clang API Documentation

Public Member Functions | Public Attributes
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:
Inheritance graph
[legend]
Collaboration diagram for clang::FieldDeclarator:
Collaboration graph
[legend]

List of all members.

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 2151 of file DeclSpec.h.


Constructor & Destructor Documentation

clang::FieldDeclarator::FieldDeclarator ( const DeclSpec DS) [inline, explicit]

Definition at line 2154 of file DeclSpec.h.


Member Data Documentation

Definition at line 2153 of file DeclSpec.h.


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