Home | History | Annotate | Download | only in AST

Lines Matching refs:SrcType

1582                                  QualType SrcType, const APFloat &Value,
1597 QualType SrcType, QualType DestType,
1609 QualType DestType, QualType SrcType,
1621 QualType SrcType, const APSInt &Value,
7726 QualType SrcType = SubExpr->getType();
7803 return Info.Ctx.getTypeSize(DestType) <= Info.Ctx.getTypeSize(SrcType);
7805 return Info.Ctx.getTypeSize(DestType) == Info.Ctx.getTypeSize(SrcType);
7808 return Success(HandleIntToIntCast(Info, E, DestType, SrcType,
7824 if (Info.Ctx.getTypeSize(DestType) != Info.Ctx.getTypeSize(SrcType))
7833 SrcType);
7834 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
7850 if (!HandleFloatToIntCast(Info, E, SrcType, F, DestType, Value))