Home | History | Annotate | Download | only in Sema

Lines Matching refs:Deduced

1451   //   If the type is a placeholder for a deduced class type, [...perform class
1453 DeducedType *Deduced = Ty->getContainedDeducedType();
1454 if (Deduced && isa<DeducedTemplateSpecializationType>(Deduced)) {
1949 auto *Deduced = AllocType->getContainedDeducedType();
1950 if (Deduced && isa<DeducedTemplateSpecializationType>(Deduced)) {
1964 } else if (Deduced) {
4196 assert(!FromRes.isInvalid() && "Can't perform deduced conversion?!");
8613 // [..] the expression is deduced against an invented function template