Home | History | Annotate | Download | only in Sema

Lines Matching defs:Deduced

6195     // If this is a redeclaration, check that the type we just deduced matches
6871 // If the type deduced for the template parameter U is not the same in each
6874 // between the deduced type U and the deduced type which 'auto' stands for.
6876 // is legal because the deduced type U is 'int' in both cases.
6878 QualType Deduced;
6890 if (Deduced.isNull()) {
6891 Deduced = U;
6897 << Deduced << DeducedDecl->getDeclName()