struct FieldDeclarator

Declaration

struct FieldDeclarator { /* full declaration omitted */ };

Description

This little struct is used to capture information about structure field declarators, which is basically just a bitfield size.

Declared at: clang/include/clang/Sema/DeclSpec.h:2648

Member Variables

public clang::Declarator D
public clang::Expr* BitfieldSize

Method Overview

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

Methods

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

Declared at: clang/include/clang/Sema/DeclSpec.h:2651

Parameters

const clang::DeclSpec& DS
const clang::ParsedAttributes& DeclarationAttrs