clang
10.0.0git
|
This little struct is used to capture information about structure field declarators, which is basically just a bitfield size. More...
#include "clang/Sema/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 2577 of file DeclSpec.h.
|
inlineexplicit |
Definition at line 2580 of file DeclSpec.h.
Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2579 of file DeclSpec.h.
Declarator clang::FieldDeclarator::D |
Definition at line 2578 of file DeclSpec.h.