Lines Matching defs:ET

138                                       QualType ET,
142 ID.AddPointer(ET.getAsOpaquePtr());
1626 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
1627 return ET->getDecl()->isComplete();
1642 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
1643 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
1706 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
1709 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
1710 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
1722 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
1723 if (ET->getDecl()->isComplete())
1724 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
1746 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
1749 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
1750 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
1762 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
1763 if (ET->getDecl()->isComplete())
1764 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
1803 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
1804 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
1812 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
1819 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
2335 if (const EnumType *ET = getAs<EnumType>()){
2336 if (this->isDependentType() || ET->getDecl()->getPromotionType().isNull()
2337 || ET->getDecl()->isScoped())
2750 for (QualType ET : exceptions())
2754 if (ET->isDependentType() || ET->getAs<PackExpansionType>())