Home | History | Annotate | Download | only in Sema

Lines Matching full:deduce

1534   // C++11 [dcl.spec.auto]p6. Deduce the type which 'auto' stands in for.
1550 Expr *Deduce = Inits[0];
1552 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed)
1554 << AllocType << Deduce->getType()
1555 << TypeRange << Deduce->getSourceRange());