Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTypeSize

1470     if (Context.getTypeSize(DestTy) == Context.getTypeSize(SrcTy)) {
1574 if (Self.Context.getTypeSize(DestMemPtr) !=
1575 Self.Context.getTypeSize(SrcMemPtr)) {
1592 if (Self.Context.getTypeSize(SrcType) >
1593 Self.Context.getTypeSize(DestType)) {
1614 if (Self.Context.getTypeSize(SrcType)
1615 == Self.Context.getTypeSize(DestType)) {
1665 if ((Self.Context.getTypeSize(SrcType) >
1666 Self.Context.getTypeSize(DestType)) &&