Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Canon

4586     QualType Canon = readType(*Loc.F, Record, Idx);
4587 if (!Canon.isNull())
4588 Canon = Context.getCanonicalType(Canon);
4589 return Context.getDependentNameType(Keyword, NNS, Name, Canon);