Home | History | Annotate | Download | only in Sema

Lines Matching defs:Deduced

850   /// By default, builds a new AutoType with the given deduced type.
851 QualType RebuildAutoType(QualType Deduced, AutoTypeKeyword Keyword) {
853 // which has been deduced to a dependent type into an undeduced 'auto', so
855 return SemaRef.Context.getAutoType(Deduced, Keyword,
3966 QualType Deduced = AutoTy->getDeducedType();
3967 Qualifiers Qs = Deduced.getQualifiers();
3969 Deduced = SemaRef.Context.getQualifiedType(Deduced.getUnqualifiedType(),
3971 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(),