Home | History | Annotate | Download | only in AST

Lines Matching refs:UnderlyingType

2936 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
2962 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
2963 getCanonicalType(UnderlyingType));
2972 QualType UnderlyingType,
2976 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
2978 UnderlyingType->isDependentType() ?
2979 QualType() : getCanonicalType(UnderlyingType));