Home | History | Annotate | Download | only in Serialization

Lines Matching refs:UnderlyingType

5273     QualType UnderlyingType = readType(*Loc.F, Record, Idx);
5274 return Context.getTypeOfType(UnderlyingType);
5278 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
5279 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
5284 QualType UnderlyingType = readType(*Loc.F, Record, Idx);
5286 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);