HomeSort by: relevance | last modified time | path
    Searched refs:TypeInfoChars (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 176 struct TypeInfoChars {
181 TypeInfoChars() : AlignIsRequired(false) {}
182 TypeInfoChars(CharUnits Width, CharUnits Align, bool AlignIsRequired)
2235 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2237 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2238 TypeInfoChars getTypeInfoInChars(QualType T) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1814 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const {
1815 TypeInfoChars Info = getTypeInfoInChars(T);
1832 TypeInfoChars
1835 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType());
1845 return TypeInfoChars(CharUnits::fromQuantity(Width),
1850 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const {
1854 return TypeInfoChars(toCharUnitsFromBits(Info.Width),
1859 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 2096 TypeInfoChars TypeInfo;
TargetInfo.cpp 364 TypeInfoChars ValueInfo,
6920 TypeInfoChars TyInfo(TySize, TyAlignForABI, false);

Completed in 50 milliseconds