Home | History | Annotate | Download | only in Sema

Lines Matching defs:Deduced

2612   QualType Deduced;
2624 DeduceAutoResult DAR = DeduceAutoType(OrigResultType, RetExpr, Deduced);
2644 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy);
2645 if (Deduced.isNull())
2650 // has multiple return statements, the return type is deduced for each return
2651 // statement. [...] if the type deduced is not the same in each deduction,
2654 AutoType *NewAT = Deduced->getContainedAutoType();
2662 // Update all declarations of the function to have the deduced return type.
2663 Context.adjustDeducedFunctionResultType(FD, Deduced);