Home | History | Annotate | Download | only in AST

Lines Matching refs:MakeIntValue

5759         sInt = Info.Ctx.MakeIntValue(0, EltTy);
5783 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy));
6038 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType()));
7832 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(),
8170 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);