clang 22.0.0git
clang::FieldDeclarator Struct Reference

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"

Inheritance diagram for clang::FieldDeclarator:
[legend]

Public Member Functions

 FieldDeclarator (const DeclSpec &DS, const ParsedAttributes &DeclarationAttrs)

Public Attributes

Declarator D
ExprBitfieldSize

Detailed Description

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.

Constructor & Destructor Documentation

◆ FieldDeclarator()

clang::FieldDeclarator::FieldDeclarator ( const DeclSpec & DS,
const ParsedAttributes & DeclarationAttrs )
inlineexplicit

Member Data Documentation

◆ BitfieldSize

Expr* clang::FieldDeclarator::BitfieldSize

Definition at line 2746 of file DeclSpec.h.

Referenced by FieldDeclarator().

◆ D


The documentation for this struct was generated from the following file: