Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Canon

4054     QualType Canon = readType(*Loc.F, Record, Idx);
4055 if (!Canon.isNull())
4056 Canon = Context.getCanonicalType(Canon);
4057 return Context.getDependentNameType(Keyword, NNS, Name, Canon);