clang
3.7.0
|
#include <ASTContext.h>
Public Member Functions | |
TypeInfo () | |
TypeInfo (uint64_t Width, unsigned Align, bool AlignIsRequired) | |
Public Attributes | |
uint64_t | Width |
unsigned | Align |
bool | AlignIsRequired: 1 |
Definition at line 78 of file ASTContext.h.
|
inline |
Definition at line 82 of file ASTContext.h.
Definition at line 83 of file ASTContext.h.
unsigned clang::TypeInfo::Align |
Definition at line 80 of file ASTContext.h.
Referenced by clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(), clang::ASTContext::getPreferredTypeAlign(), clang::ASTContext::getTypeAlign(), clang::ASTContext::getTypeInfoInChars(), matchTypes(), and tryMatchRecordTypes().
bool clang::TypeInfo::AlignIsRequired |
Definition at line 81 of file ASTContext.h.
Referenced by clang::ASTContext::getPreferredTypeAlign(), and clang::ASTContext::isAlignmentRequired().
uint64_t clang::TypeInfo::Width |
Definition at line 79 of file ASTContext.h.
Referenced by clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(), clang::ASTContext::getTypeInfoInChars(), clang::ASTContext::getTypeSize(), matchTypes(), and tryMatchRecordTypes().