Home | History | Annotate | Download | only in AST

Lines Matching refs:underlyingType

1685 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
1694 UnderlyingType(underlyingType) {
1733 QualType UnderlyingType,
1736 : Type(UnaryTransform, CanonicalType, UnderlyingType->isDependentType(),
1737 UnderlyingType->isInstantiationDependentType(),
1738 UnderlyingType->isVariablyModifiedType(),
1740 , BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind)