Home | History | Annotate | Download | only in Sema

Lines Matching refs:BaseType

4456 QualType Sema::BuildUnaryTransformType(QualType BaseType,
4461 if (!BaseType->isDependentType() && !BaseType->isEnumeralType()) {
4465 QualType Underlying = BaseType;
4466 if (!BaseType->isDependentType()) {
4467 EnumDecl *ED = BaseType->getAs<EnumType>()->getDecl();
4473 return Context.getUnaryTransformType(BaseType, Underlying,