Home | History | Annotate | Download | only in AST

Lines Matching refs:underlyingType

3605 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
3622 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
3631 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
3632 getCanonicalType(UnderlyingType));
3641 QualType UnderlyingType,
3645 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
3647 UnderlyingType->isDependentType() ?
3648 QualType() : getCanonicalType(UnderlyingType));
7072 QualType underlyingType = ET->getDecl()->getIntegerType();
7073 if (underlyingType.isNull()) return QualType();
7074 if (Context.hasSameType(underlyingType, other))
7080 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))