Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h668 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).Width in getPreferredSize()
H A DCGRecordLayoutBuilder.cpp750 Context.getTypeInfoDataSizeInChars(Prior->FD->getType()).Width); in clipTailPadding()
H A DCGExprAgg.cpp2144 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty); in EmitAggregateCopy()
H A DCGClass.cpp949 Ctx.getTypeInfoDataSizeInChars(LastField->getType()).Width); in getMemcpySize()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2344 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1820 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars() function in ASTContext