|
clang
3.8.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 2246 of file DeclSpec.h.
|
inlineexplicit |
Definition at line 2249 of file DeclSpec.h.
| Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2248 of file DeclSpec.h.
| Declarator clang::FieldDeclarator::D |
Definition at line 2247 of file DeclSpec.h.
Referenced by clang::Sema::ActOnProperty(), clang::Sema::CreatePropertyDecl(), and clang::Sema::HandlePropertyInClassExtension().
1.8.6