Home | History | Annotate | Download | only in Serialization

Lines Matching defs:UnderlyingType

4433     QualType UnderlyingType = readType(*Loc.F, Record, Idx);
4434 return Context.getTypeOfType(UnderlyingType);
4438 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
4439 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
4444 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
4446 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);