clang: clang::FieldDeclarator Struct Reference (original) (raw)

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](DeclSpec%5F8h%5Fsource.html)"

Inheritance diagram for clang::FieldDeclarator:

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

Member Data Documentation

BitfieldSize

Expr* clang::FieldDeclarator::BitfieldSize

D


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