clang API Documentation

Public Member Functions | Public Attributes
clang::TypeInfo Struct Reference

#include <ASTContext.h>

Collaboration diagram for clang::TypeInfo:
Collaboration graph
[legend]

List of all members.

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 78 of file ASTContext.h.


Constructor & Destructor Documentation

Definition at line 82 of file ASTContext.h.

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

Definition at line 83 of file ASTContext.h.


Member Data Documentation


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