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

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

Completed in 32 milliseconds