clang API Documentation
#include <DeclSpec.h>

Public Member Functions | |
| FieldDeclarator (DeclSpec &DS) | |
Public Attributes | |
| Declarator | D |
| Expr * | BitfieldSize |
FieldDeclarator - This little struct is used to capture information about structure field declarators, which is basically just a bitfield size.
Definition at line 1909 of file DeclSpec.h.
| clang::FieldDeclarator::FieldDeclarator | ( | DeclSpec & | DS | ) | [inline, explicit] |
Definition at line 1912 of file DeclSpec.h.
References BitfieldSize.
Definition at line 1911 of file DeclSpec.h.
Referenced by FieldDeclarator(), and clang::Parser::ObjCPropertyCallback::invoke().
Definition at line 1910 of file DeclSpec.h.
Referenced by clang::Sema::ActOnProperty(), clang::Sema::CreatePropertyDecl(), clang::Sema::HandlePropertyInClassExtension(), and clang::Parser::ObjCPropertyCallback::invoke().