|
clang
5.0.0
|
#include "clang/AST/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 116 of file ASTContext.h.
|
inline |
Definition at line 121 of file ASTContext.h.
Definition at line 122 of file ASTContext.h.
| unsigned clang::TypeInfo::Align |
Definition at line 118 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 119 of file ASTContext.h.
Referenced by clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(), clang::ASTContext::getPreferredTypeAlign(), getTypeAlignIfRequired(), and clang::ASTContext::isAlignmentRequired().
| uint64_t clang::TypeInfo::Width |
Definition at line 117 of file ASTContext.h.
Referenced by clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(), getIntegerWidthAndSignedness(), clang::ASTContext::getTypeInfoInChars(), clang::ASTContext::getTypeSize(), matchTypes(), and tryMatchRecordTypes().
1.8.6