Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntegerLiteral

6118 TreeTransform<Derived>::TransformIntegerLiteral(IntegerLiteral *E) {
7293 = SemaRef.Owned(IntegerLiteral::Create(SemaRef.Context,
8930 IntegerLiteral *ArraySize
8931 = IntegerLiteral::Create(SemaRef.Context, *Size, SizeType,
8997 IntegerLiteral *VectorSize
8998 = IntegerLiteral::Create(SemaRef.Context, numElements, SemaRef.Context.IntTy,