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

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

Completed in 41 milliseconds