Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Canon

5436     QualType Canon = readType(*Loc.F, Record, Idx);
5437 if (!Canon.isNull())
5438 Canon = Context.getCanonicalType(Canon);
5439 return Context.getDependentNameType(Keyword, NNS, Name, Canon);