Home | History | Annotate | Download | only in Sema

Lines Matching defs:Deduced

780   /// By default, builds a new AutoType with the given deduced type.
781 QualType RebuildAutoType(QualType Deduced, bool IsDecltypeAuto) {
783 // which has been deduced to a dependent type into an undeduced 'auto', so
785 return SemaRef.Context.getAutoType(Deduced, IsDecltypeAuto);
3492 QualType Deduced = AutoTy->getDeducedType();
3493 Qualifiers Qs = Deduced.getQualifiers();
3495 Deduced = SemaRef.Context.getQualifiedType(Deduced.getUnqualifiedType(),
3497 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto());