clang
15.0.0git
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
TypeInfo () | |
TypeInfo (uint64_t Width, unsigned Align, AlignRequirementKind AlignRequirement) | |
bool | isAlignRequired () |
Public Attributes | |
uint64_t | Width = 0 |
unsigned | Align = 0 |
AlignRequirementKind | AlignRequirement |
Definition at line 178 of file ASTContext.h.
|
inline |
Definition at line 183 of file ASTContext.h.
|
inline |
Definition at line 184 of file ASTContext.h.
|
inline |
Definition at line 187 of file ASTContext.h.
References AlignRequirement, and clang::None.
Referenced by clang::ASTContext::getPreferredTypeAlign(), and getTypeAlignIfRequired().
unsigned clang::TypeInfo::Align = 0 |
Definition at line 180 of file ASTContext.h.
Referenced by clang::ASTContext::getDeclAlign(), clang::ASTContext::getPreferredTypeAlign(), clang::ASTContext::getTypeAlign(), clang::ASTContext::getTypeInfoInChars(), matchTypes(), and tryMatchRecordTypes().
AlignRequirementKind clang::TypeInfo::AlignRequirement |
Definition at line 181 of file ASTContext.h.
Referenced by clang::ASTContext::getPreferredTypeAlign(), clang::ASTContext::getTypeInfoInChars(), clang::ASTContext::isAlignmentRequired(), and isAlignRequired().
uint64_t clang::TypeInfo::Width = 0 |
Definition at line 179 of file ASTContext.h.
Referenced by clang::Sema::ActOnNumericConstant(), clang::CodeGen::CodeGenFunction::EmitAggregateCopy(), getIntegerWidthAndSignedness(), clang::ConstantExpr::getStorageKind(), clang::ASTContext::getTypeInfoInChars(), clang::ASTContext::getTypeSize(), matchTypes(), and tryMatchRecordTypes().