Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Canon

5622     QualType Canon = readType(*Loc.F, Record, Idx);
5623 if (!Canon.isNull())
5624 Canon = Context.getCanonicalType(Canon);
5625 return Context.getDependentNameType(Keyword, NNS, Name, Canon);