Home | History | Annotate | Download | only in AST

Lines Matching refs:SrcType

1485                                  QualType SrcType, const APFloat &Value,
1500 QualType SrcType, QualType DestType,
1512 QualType DestType, QualType SrcType,
1524 QualType SrcType, const APSInt &Value,
7128 QualType SrcType = SubExpr->getType();
7205 return Info.Ctx.getTypeSize(DestType) <= Info.Ctx.getTypeSize(SrcType);
7207 return Info.Ctx.getTypeSize(DestType) == Info.Ctx.getTypeSize(SrcType);
7210 return Success(HandleIntToIntCast(Info, E, DestType, SrcType,
7226 if (Info.Ctx.getTypeSize(DestType) != Info.Ctx.getTypeSize(SrcType))
7235 SrcType);
7236 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
7252 if (!HandleFloatToIntCast(Info, E, SrcType, F, DestType, Value))