Lines Matching refs:ETy
7169 if (const EnumType* ETy = LHS->getAs<EnumType>()) {
7170 return mergeEnumWithInteger(*this, ETy, RHS, false);
7172 if (const EnumType* ETy = RHS->getAs<EnumType>()) {
7173 return mergeEnumWithInteger(*this, ETy, LHS, BlockReturnType);
7475 if (const EnumType *ETy = T->getAs<EnumType>())
7476 T = ETy->getDecl()->getIntegerType();