Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeSize

1788   uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
1789 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
1793 return getTypeSize(CharTy);