Home | History | Annotate | Download | only in Serialization

Lines Matching defs:UnderlyingType

3901     QualType UnderlyingType = readType(*Loc.F, Record, Idx);
3902 return Context.getTypeOfType(UnderlyingType);
3906 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
3907 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
3912 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
3914 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);