Home | History | Annotate | Download | only in AST

Lines Matching refs:UnderlyingType

2905 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
2914 UnderlyingType(underlyingType) {
2951 QualType UnderlyingType,
2954 : Type(UnaryTransform, CanonicalType, UnderlyingType->isDependentType(),
2955 UnderlyingType->isInstantiationDependentType(),
2956 UnderlyingType->isVariablyModifiedType(),
2958 , BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind)