Home | History | Annotate | Download | only in AST

Lines Matching refs:UnderlyingType

3939 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
3959 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));
3962 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType));
3971 QualType UnderlyingType,
3975 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
3977 UnderlyingType->isDependentType() ?
3978 QualType() : getCanonicalType(UnderlyingType));
7507 QualType underlyingType = ET->getDecl()->getIntegerType();
7508 if (underlyingType.isNull()) return QualType();
7509 if (Context.hasSameType(underlyingType, other))
7515 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))