Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeSizeInChars

1505 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1507 CharUnits ASTContext::getTypeSizeInChars(QualType T) const {
1510 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const {
4378 CharUnits sz = getTypeSizeInChars(type);
4382 sz = std::max(sz, getTypeSizeInChars(IntTy));
4385 sz = getTypeSizeInChars(VoidPtrTy);
4408 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4517 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);