Searched refs:isUnscopedEnumerationType (Results 1 – 5 of 5) sorted by relevance
358 if (ETy->isUnscopedEnumerationType()) in matchesType()403 else if (ETy->isUnscopedEnumerationType()) in matchesType()
2129 return isUnscopedEnumerationType(); in isIntegralOrUnscopedEnumerationType()2132 bool Type::isUnscopedEnumerationType() const { in isUnscopedEnumerationType() function in Type
8327 if (EnumTy->isUnscopedEnumerationType()) { in checkFormatExpr()15749 if (L->isUnscopedEnumerationType() && R->isUnscopedEnumerationType() && in checkBuiltinVectorMathMixedEnums()
1513 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions()1514 REnum = R->isUnscopedEnumerationType(); in checkEnumArithmeticConversions()
2536 bool isUnscopedEnumerationType() const;