clang 18.0.0git
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
TypeInfoChars () | |
TypeInfoChars (CharUnits Width, CharUnits Align, AlignRequirementKind AlignRequirement) | |
bool | isAlignRequired () |
Public Attributes | |
CharUnits | Width |
CharUnits | Align |
AlignRequirementKind | AlignRequirement |
Definition at line 166 of file ASTContext.h.
|
inline |
Definition at line 171 of file ASTContext.h.
|
inline |
Definition at line 172 of file ASTContext.h.
|
inline |
Definition at line 175 of file ASTContext.h.
References AlignRequirement, and clang::None.
CharUnits clang::TypeInfoChars::Align |
Definition at line 168 of file ASTContext.h.
Referenced by clang::CodeGen::emitVoidPtrVAArg(), and getConstantArrayInfoInChars().
AlignRequirementKind clang::TypeInfoChars::AlignRequirement |
Definition at line 169 of file ASTContext.h.
Referenced by getConstantArrayInfoInChars(), and isAlignRequired().
CharUnits clang::TypeInfoChars::Width |
Definition at line 167 of file ASTContext.h.
Referenced by argTypeIsABIEquivalent(), clang::CodeGen::emitVoidPtrVAArg(), getConstantArrayInfoInChars(), clang::CodeGen::AggValueSlot::getPreferredSize(), clang::ASTContext::getTypeInfoDataSizeInChars(), and clang::ASTContext::getTypeSizeInChars().