Searched defs:getTypeSizeInChars (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp1751 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1753 CharUnits ASTContext::getTypeSizeInChars(QualType T) const { function in class:ASTContext
1756 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const { function in class:ASTContext
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);

Completed in 176 milliseconds