Home | History | Annotate | Download | only in Serialization

Lines Matching refs:UnderlyingType

5400     QualType UnderlyingType = readType(*Loc.F, Record, Idx);
5401 return Context.getTypeOfType(UnderlyingType);
5405 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
5406 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
5411 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
5413 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);