Home
last modified time | relevance | path

Searched refs:getTypeInfoDataSizeInChars (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h624 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).first in getPreferredSize()
H A DCGExprAgg.cpp1863 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty); in EmitAggregateCopy()
H A DCGClass.cpp928 Ctx.getTypeInfoDataSizeInChars(LastField->getType()).first); in getMemcpySize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2122 std::pair<CharUnits, CharUnits> getTypeInfoDataSizeInChars(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1655 ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars() function in ASTContext