clang API Documentation
#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.
clang::TypeInfo::TypeInfo | ( | ) | [inline] |
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.
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().
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().