Home
last modified time | relevance | path

Searched refs:TypeInfoChars (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h193 struct TypeInfoChars { struct
198 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() function
199 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() function
2365 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2367 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2368 TypeInfoChars getTypeInfoInChars(QualType T) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1847 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()
1848 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1865 TypeInfoChars
1868 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1878 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()
1883 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()
1887 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()
1891 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp2106 TypeInfoChars TypeInfo; in EmitAggregateCopy()
H A DTargetInfo.cpp375 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
7089 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()