Home | History | Annotate | Download | only in Sema

Lines Matching refs:ET

1070     const EnumType *ET = CondTypeBeforePromotion->getAs<EnumType>();
1073 if (!CaseListIsErroneous && !HasConstantCond && ET) {
1074 const EnumDecl *ED = ET->getDecl();
1187 if (const EnumType *ET = DstType->getAs<EnumType>())
1198 const EnumDecl *ED = ET->getDecl();