Home | History | Annotate | Download | only in AST

Lines Matching refs:ETy

7107     if (const EnumType* ETy = LHS->getAs<EnumType>()) {
7108 return mergeEnumWithInteger(*this, ETy, RHS, false);
7110 if (const EnumType* ETy = RHS->getAs<EnumType>()) {
7111 return mergeEnumWithInteger(*this, ETy, LHS, BlockReturnType);
7411 if (const EnumType *ETy = T->getAs<EnumType>())
7412 T = ETy->getDecl()->getIntegerType();