Searched refs:getTypeInfoDataSizeInChars (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1567 // getTypeInfoDataSizeInChars - Return the size of a type, in chars. If the
1569 std::pair<CharUnits, CharUnits> getTypeInfoDataSizeInChars(QualType T) const;
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp1470 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty);
/external/clang/lib/AST/
H A DASTContext.cpp1263 // getTypeInfoDataSizeInChars - Return the size of a type, in
1268 ASTContext::getTypeInfoDataSizeInChars(QualType T) const { function in class:ASTContext

Completed in 68 milliseconds