|
clang
5.0.0
|
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 2427 of file DeclSpec.h.
|
inlineexplicit |
Definition at line 2430 of file DeclSpec.h.
| Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2429 of file DeclSpec.h.
| Declarator clang::FieldDeclarator::D |
Definition at line 2428 of file DeclSpec.h.
Referenced by clang::Sema::ActOnProperty(), clang::Sema::CreatePropertyDecl(), and clang::Sema::HandlePropertyInClassExtension().
1.8.6