Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeSizeInChars

1715 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1717 CharUnits ASTContext::getTypeSizeInChars(QualType T) const {
1720 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const {
4693 CharUnits sz = getTypeSizeInChars(type);
4697 sz = std::max(sz, getTypeSizeInChars(IntTy));
4700 sz = getTypeSizeInChars(VoidPtrTy);
4729 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4842 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
8053 CharUnits sizeChars = getTypeSizeInChars(AtomicTy);