clang
3.7.0
|
This little struct is used to capture information about structure field declarators, which is basically just a bitfield size. More...
#include <DeclSpec.h>
Public Member Functions | |
FieldDeclarator (const DeclSpec &DS) | |
Public Attributes | |
Declarator | D |
Expr * | BitfieldSize |
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.
|
inlineexplicit |
Definition at line 2209 of file DeclSpec.h.
Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2208 of file DeclSpec.h.
Declarator clang::FieldDeclarator::D |
Definition at line 2207 of file DeclSpec.h.
Referenced by clang::Sema::ActOnProperty(), clang::Sema::CreatePropertyDecl(), and clang::Sema::HandlePropertyInClassExtension().