Home | History | Annotate | Download | only in AST

Lines Matching full:asint

7832     APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), 
7834 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);