Lines Matching defs:EnumTy
554 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
555 RetTy = EnumTy->getDecl()->getIntegerType();
877 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
878 Ty = EnumTy->getDecl()->getIntegerType();
2163 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
2164 Ty = EnumTy->getDecl()->getIntegerType();
2205 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
2206 Ty = EnumTy->getDecl()->getIntegerType();
2610 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
2611 RetTy = EnumTy->getDecl()->getIntegerType();
2754 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
2755 Ty = EnumTy->getDecl()->getIntegerType();
3275 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
3276 Ty = EnumTy->getDecl()->getIntegerType();