Home | History | Annotate | Download | only in AST

Lines Matching refs:Underlying

3330                                               QualType Underlying) const {
3333 QualType TST = getTemplateSpecializationType(Name, Args, Underlying);
3350 QualType Underlying) const {
3362 Underlying);
3380 QualType Underlying) const {
3391 if (!Underlying.isNull())
3392 CanonType = getCanonicalType(Underlying);
3412 IsTypeAlias ? Underlying : QualType());
4723 // types that can represent all the values of its underlying type:
4789 // Unwrap enums to their underlying type.
5457 // The encoding of a fixed enum type matches its fixed underlying type.
5795 // We encode the underlying type which comes out as
7505 // Compatibility is based on the underlying type, not the promotion