Home | History | Annotate | Download | only in AST

Lines Matching defs:SrcType

1171                                  QualType SrcType, const APFloat &Value,
1186 QualType SrcType, QualType DestType,
1198 QualType DestType, QualType SrcType,
1210 QualType SrcType, const APSInt &Value,
5364 QualType SrcType = SubExpr->getType();
5438 return Info.Ctx.getTypeSize(DestType) <= Info.Ctx.getTypeSize(SrcType);
5440 return Info.Ctx.getTypeSize(DestType) == Info.Ctx.getTypeSize(SrcType);
5443 return Success(HandleIntToIntCast(Info, E, DestType, SrcType,
5459 if (Info.Ctx.getTypeSize(DestType) != Info.Ctx.getTypeSize(SrcType))
5468 SrcType);
5469 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
5485 if (!HandleFloatToIntCast(Info, E, SrcType, F, DestType, Value))