clang 20.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 2773 of file DeclSpec.h.
|
inlineexplicit |
Definition at line 2776 of file DeclSpec.h.
Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2775 of file DeclSpec.h.
Declarator clang::FieldDeclarator::D |
Definition at line 2774 of file DeclSpec.h.
Referenced by clang::SemaObjC::ActOnProperty(), clang::ParsingFieldDeclarator::complete(), clang::SemaObjC::CreatePropertyDecl(), clang::ParsingFieldDeclarator::getDeclSpec(), and clang::SemaObjC::HandlePropertyInClassExtension().