clang 18.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, const ParsedAttributes &DeclarationAttrs) | |
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 2688 of file DeclSpec.h.
|
inlineexplicit |
Definition at line 2691 of file DeclSpec.h.
Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2690 of file DeclSpec.h.
Declarator clang::FieldDeclarator::D |
Definition at line 2689 of file DeclSpec.h.
Referenced by clang::Sema::ActOnProperty(), clang::ParsingFieldDeclarator::complete(), clang::Sema::CreatePropertyDecl(), clang::ParsingFieldDeclarator::getDeclSpec(), and clang::Sema::HandlePropertyInClassExtension().