Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntegerLiteral

6374 TreeTransform<Derived>::TransformIntegerLiteral(IntegerLiteral *E) {
7580 = SemaRef.Owned(IntegerLiteral::Create(SemaRef.Context,
9282 IntegerLiteral *ArraySize
9283 = IntegerLiteral::Create(SemaRef.Context, *Size, SizeType,
9349 IntegerLiteral *VectorSize
9350 = IntegerLiteral::Create(SemaRef.Context, numElements, SemaRef.Context.IntTy,