clang API Documentation
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 2151 of file DeclSpec.h.
clang::FieldDeclarator::FieldDeclarator | ( | const DeclSpec & | DS | ) | [inline, explicit] |
Definition at line 2154 of file DeclSpec.h.
Definition at line 2153 of file DeclSpec.h.
Definition at line 2152 of file DeclSpec.h.
Referenced by clang::Sema::ActOnProperty(), clang::Sema::CreatePropertyDecl(), and clang::Sema::HandlePropertyInClassExtension().