Home | History | Annotate | Download | only in Sema

Lines Matching defs:DeducedType

1145     QualType DeducedType;
1146 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed)
1150 if (DeducedType.isNull())
1152 AllocType = DeducedType;