Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h176 struct TypeInfoChars { struct
181 TypeInfoChars() : AlignIsRequired(false) {} in TypeInfoChars() argument
182 TypeInfoChars(CharUnits Width, CharUnits Align, bool AlignIsRequired) in TypeInfoChars() argument
2235 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2237 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2238 TypeInfoChars getTypeInfoInChars(QualType T) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1814 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()
1815 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1832 TypeInfoChars
1835 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1845 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()
1850 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()
1854 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()
1859 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp2096 TypeInfoChars TypeInfo; in EmitAggregateCopy()
H A DTargetInfo.cpp364 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
6920 TypeInfoChars TyInfo(TySize, TyAlignForABI, false); in EmitVAArg()