Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Canonical

4419     QualType Canonical = readType(*Loc.F, Record, Idx);
4420 if (!Canonical.isNull())
4421 Canonical = Context.getCanonicalType(Canonical);
4422 return Context.getTypedefType(Decl, Canonical);