Lines Matching refs:Deduce
1129 // C++11 [decl.spec.auto]p6. Deduce the type which 'auto' stands in for.1144 Expr *Deduce = Inits[0];1146 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed)1148 << AllocType << Deduce->getType()1149 << TypeRange << Deduce->getSourceRange());