clang 20.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 171 of file ASTContext.h.
|
inline |
Definition at line 176 of file ASTContext.h.
|
inline |
Definition at line 177 of file ASTContext.h.
|
inline |
Definition at line 180 of file ASTContext.h.
References AlignRequirement, and clang::None.
CharUnits clang::TypeInfoChars::Align |
Definition at line 173 of file ASTContext.h.
Referenced by clang::CodeGen::emitVoidPtrVAArg(), and getConstantArrayInfoInChars().
AlignRequirementKind clang::TypeInfoChars::AlignRequirement |
Definition at line 174 of file ASTContext.h.
Referenced by getConstantArrayInfoInChars(), and isAlignRequired().
CharUnits clang::TypeInfoChars::Width |
Definition at line 172 of file ASTContext.h.
Referenced by clang::Sema::BuildAtomicExpr(), clang::CodeGen::emitVoidPtrVAArg(), getConstantArrayInfoInChars(), clang::CodeGen::AggValueSlot::getPreferredSize(), clang::ASTContext::getTypeInfoDataSizeInChars(), clang::ASTContext::getTypeSizeInChars(), and clang::interp::Compiler< Emitter >::VisitUnaryExprOrTypeTraitExpr().