Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeSizeInChars

1140 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1142 CharUnits ASTContext::getTypeSizeInChars(QualType T) const {
1145 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const {
4012 CharUnits sz = getTypeSizeInChars(type);
4016 sz = std::max(sz, getTypeSizeInChars(IntTy));
4019 sz = getTypeSizeInChars(VoidPtrTy);
4042 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4149 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);