Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDecltypeAuto

830   QualType RebuildAutoType(QualType Deduced, bool IsDecltypeAuto) {
834 return SemaRef.Context.getAutoType(Deduced, IsDecltypeAuto,
3783 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto(),
4988 Result = getDerived().RebuildAutoType(NewDeduced, T->isDecltypeAuto());