Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeSizeInChars

1640 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1642 CharUnits ASTContext::getTypeSizeInChars(QualType T) const {
1645 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const {
4559 CharUnits sz = getTypeSizeInChars(type);
4563 sz = std::max(sz, getTypeSizeInChars(IntTy));
4566 sz = getTypeSizeInChars(VoidPtrTy);
4595 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4708 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);