Home | History | Annotate | Download | only in Sema

Lines Matching refs:Deduced

3066   QualType Deduced;
3083 assert(AT->isDeduced() && "should have deduced to dependent type");
3090 DeduceAutoResult DAR = DeduceAutoType(OrigResultType, RetExpr, Deduced);
3115 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy);
3116 if (Deduced.isNull())
3121 // has multiple return statements, the return type is deduced for each return
3122 // statement. [...] if the type deduced is not the same in each deduction,
3126 AutoType *NewAT = Deduced->getContainedAutoType();
3150 // Update all declarations of the function to have the deduced return type.
3151 Context.adjustDeducedFunctionResultType(FD, Deduced);