clang 22.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 2744 of file DeclSpec.h.
|
inlineexplicit |
Definition at line 2747 of file DeclSpec.h.
References BitfieldSize, D, clang::Member, and clang::nullptr.
Referenced by clang::ParsingFieldDeclarator::ParsingFieldDeclarator().
Expr* clang::FieldDeclarator::BitfieldSize |
Definition at line 2746 of file DeclSpec.h.
Referenced by FieldDeclarator().
Declarator clang::FieldDeclarator::D |
Definition at line 2745 of file DeclSpec.h.
Referenced by clang::SemaObjC::ActOnProperty(), clang::ParsingFieldDeclarator::complete(), clang::SemaObjC::CreatePropertyDecl(), FieldDeclarator(), clang::ParsingFieldDeclarator::getDeclSpec(), and clang::SemaObjC::HandlePropertyInClassExtension().