Home | History | Annotate | Download | only in Sema

Lines Matching defs:Deduced

3011   QualType Deduced;
3028 assert(AT->isDeduced() && "should have deduced to dependent type");
3035 Deduced);
3060 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy);
3061 if (Deduced.isNull())
3066 // has multiple return statements, the return type is deduced for each return
3067 // statement. [...] if the type deduced is not the same in each deduction,
3070 AutoType *NewAT = Deduced->getContainedAutoType();
3089 // Update all declarations of the function to have the deduced return type.
3090 Context.adjustDeducedFunctionResultType(FD, Deduced);