Searched refs:isIntegralOrUnscopedEnumerationType (Results 1 – 11 of 11) sorted by relevance
195 if (!Arg->getType()->isIntegralOrUnscopedEnumerationType()) in checkASTCodeBody()
673 assert(returnType->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()674 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()
383 if (FromType->isIntegralOrUnscopedEnumerationType()) in getNarrowingKind()398 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in getNarrowingKind()496 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()497 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()1947 (FromType->isIntegralOrUnscopedEnumerationType() && in IsVectorElementConversion()1958 if (FromType->isIntegralOrUnscopedEnumerationType() && in IsVectorElementConversion()2256 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()2276 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()5967 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()6392 : T->isIntegralOrUnscopedEnumerationType(); in match()[all …]
829 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()4785 if (RTy->isIntegralOrUnscopedEnumerationType()) { in getDependentArraySubscriptType()4790 } else if (LTy->isIntegralOrUnscopedEnumerationType()) { in getDependentArraySubscriptType()10763 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()12986 if (!compType.isNull() && compType->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()16998 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()17000 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
1962 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType())) { in checkArraySize()2128 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
1582 Arg->getType()->isIntegralOrUnscopedEnumerationType()) { in checkPointerAuthValue()7381 if (ExprTy->isIntegralOrUnscopedEnumerationType() && in checkFormatExpr()
2262 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
4808 (E->getType()->isIntegralOrUnscopedEnumerationType() || in TryListInitialization()
2071 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
16779 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in EvaluateCPlusPlus11IntegralConstantExpr()
2481 bool isIntegralOrUnscopedEnumerationType() const;