Home | History | Annotate | Download | only in AST

Lines Matching refs:underlyingType

1779 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
1788 UnderlyingType(underlyingType) {
1827 QualType UnderlyingType,
1830 : Type(UnaryTransform, CanonicalType, UnderlyingType->isDependentType(),
1831 UnderlyingType->isInstantiationDependentType(),
1832 UnderlyingType->isVariablyModifiedType(),
1834 , BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind)