Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Canon

5573     QualType Canon = readType(*Loc.F, Record, Idx);
5574 if (!Canon.isNull())
5575 Canon = Context.getCanonicalType(Canon);
5576 return Context.getDependentNameType(Keyword, NNS, Name, Canon);