Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResTy

2923   QualType ResTy;
2925 ResTy = Context.DependentTy;
2933 ResTy = Context.WideCharTy.withConst();
2935 ResTy = Context.CharTy.withConst();
2936 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, 0);
2939 return new (Context) PredefinedExpr(Loc, ResTy, IT);