| clang 22.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 204 of file ASTContext.h.
| 
 | inline | 
Definition at line 209 of file ASTContext.h.
References AlignRequirement, and clang::None.
| 
 | inline | 
Definition at line 210 of file ASTContext.h.
References Align, AlignRequirement, and Width.
| 
 | inline | 
Definition at line 213 of file ASTContext.h.
References AlignRequirement, and clang::None.
| CharUnits clang::TypeInfoChars::Align | 
Definition at line 206 of file ASTContext.h.
Referenced by clang::CodeGen::emitVoidPtrVAArg(), getConstantArrayInfoInChars(), and TypeInfoChars().
| AlignRequirementKind clang::TypeInfoChars::AlignRequirement | 
Definition at line 207 of file ASTContext.h.
Referenced by getConstantArrayInfoInChars(), isAlignRequired(), TypeInfoChars(), and TypeInfoChars().
| CharUnits clang::TypeInfoChars::Width | 
Definition at line 205 of file ASTContext.h.
Referenced by clang::CIRGen::CIRGenFunction::emitAtomicExpr(), clang::CodeGen::emitVoidPtrVAArg(), getConstantArrayInfoInChars(), clang::CodeGen::AggValueSlot::getPreferredSize(), clang::ASTContext::getTypeInfoDataSizeInChars(), clang::ASTContext::getTypeSizeInChars(), clang::ASTContext::getTypeSizeInChars(), HandleSizeof(), TypeInfoChars(), and clang::interp::Compiler< Emitter >::VisitUnaryExprOrTypeTraitExpr().