Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Deduced

4735     QualType Deduced = readType(*Loc.F, Record, Idx);
4737 bool IsDependent = Deduced.isNull() ? Record[Idx++] : false;
4738 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent);