Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeducedType

746   QualType DeducedType;
747 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) {
761 if (DeducedType.isNull())
767 InitializedEntity::InitializeLambdaCapture(Id, DeducedType, Loc);
797 return DeducedType;