Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeSizeInChars

1751 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1753 CharUnits ASTContext::getTypeSizeInChars(QualType T) const {
1756 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const {
4775 CharUnits sz = getTypeSizeInChars(type);
4779 sz = std::max(sz, getTypeSizeInChars(IntTy));
4782 sz = getTypeSizeInChars(VoidPtrTy);
4810 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4917 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
8117 CharUnits sizeChars = getTypeSizeInChars(AtomicTy);