Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Canon

3477     QualType Canon = readType(*Loc.F, Record, Idx);
3478 if (!Canon.isNull())
3479 Canon = Context.getCanonicalType(Canon);
3480 return Context.getDependentNameType(Keyword, NNS, Name, Canon);