Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ty

2657 void InitializationSequence::AddQualificationConversionStep(QualType Ty,
2672 S.Type = Ty;
4680 QualType Ty = Step->Type;
4682 ResultType ? *ResultType : Ty, /*VerifyOnly=*/false,
4859 QualType Ty = Step->Type;
4860 CheckStringInit(CurInit.get(), ResultType ? *ResultType : Ty,
4861 S.Context.getAsArrayType(Ty), S);