Home | History | Annotate | Download | only in AST

Lines Matching full:underlyingtype

3466 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
3483 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
3492 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
3493 getCanonicalType(UnderlyingType));
3502 QualType UnderlyingType,
3506 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
3508 UnderlyingType->isDependentType() ?
3509 QualType() : getCanonicalType(UnderlyingType));