Home | History | Annotate | Download | only in AST

Lines Matching refs:UnderlyingType

3701 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
3721 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));
3724 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType));
3733 QualType UnderlyingType,
3737 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
3739 UnderlyingType->isDependentType() ?
3740 QualType() : getCanonicalType(UnderlyingType));
7010 QualType underlyingType = ET->getDecl()->getIntegerType();
7011 if (underlyingType.isNull()) return QualType();
7012 if (Context.hasSameType(underlyingType, other))
7018 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))