Home | History | Annotate | Download | only in AST

Lines Matching refs:UnderlyingType

1815 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
1824 UnderlyingType(underlyingType) {
1861 QualType UnderlyingType,
1864 : Type(UnaryTransform, CanonicalType, UnderlyingType->isDependentType(),
1865 UnderlyingType->isInstantiationDependentType(),
1866 UnderlyingType->isVariablyModifiedType(),
1868 , BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind)