Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Deduced

5417     QualType Deduced = readType(*Loc.F, Record, Idx);
5419 bool IsDependent = Deduced.isNull() ? Record[Idx++] : false;
5420 return Context.getAutoType(Deduced, Keyword, IsDependent);