Home | History | Annotate | Download | only in AST

Lines Matching defs:getTypeSize

1920   uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
1921 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
1925 return getTypeSize(CharTy);