Home | History | Annotate | Download | only in AST

Lines Matching refs:AsInt

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