Home | History | Annotate | Download | only in AST

Lines Matching defs:getTypeSize

1961   uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
1962 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
1966 return getTypeSize(CharTy);