struct FieldDecl::InitAndBitWidth
Declaration
struct FieldDecl::InitAndBitWidth { /* full declaration omitted */ };
Description
If this is a bitfield with a default member initializer, this structure is used to represent the two expressions.
Declared at: clang/include/clang/AST/Decl.h:2903
Member Variables
- public clang::Expr* Init
- public clang::Expr* BitWidth