clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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:
Inheritance graph
[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 2768 of file DeclSpec.h.

Constructor & Destructor Documentation

◆ FieldDeclarator()

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

Definition at line 2771 of file DeclSpec.h.

Member Data Documentation

◆ BitfieldSize

Expr* clang::FieldDeclarator::BitfieldSize

Definition at line 2770 of file DeclSpec.h.

◆ D

Declarator clang::FieldDeclarator::D

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