clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::TypeInfo Struct Reference

#include <ASTContext.h>

Collaboration diagram for clang::TypeInfo:
[legend]

Public Member Functions

 TypeInfo ()
 
 TypeInfo (uint64_t Width, unsigned Align, bool AlignIsRequired)
 

Public Attributes

uint64_t Width
 
unsigned Align
 
bool AlignIsRequired: 1
 

Detailed Description

Definition at line 81 of file ASTContext.h.

Constructor & Destructor Documentation

clang::TypeInfo::TypeInfo ( )
inline

Definition at line 85 of file ASTContext.h.

clang::TypeInfo::TypeInfo ( uint64_t  Width,
unsigned  Align,
bool  AlignIsRequired 
)
inline

Definition at line 86 of file ASTContext.h.

Member Data Documentation

unsigned clang::TypeInfo::Align
bool clang::TypeInfo::AlignIsRequired
uint64_t clang::TypeInfo::Width

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