Home
last modified time | relevance | path

Searched refs:isIntegralOrUnscopedEnumerationType (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp377 if (!FromType->isIntegralOrUnscopedEnumerationType()) { in getNarrowingKind()
383 assert(FromType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()
384 assert(ToType->isIntegralOrUnscopedEnumerationType()); in getNarrowingKind()
1478 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()
1498 (FromType->isIntegralOrUnscopedEnumerationType() && in IsStandardConversion()
4770 return SCS.getFromType()->isIntegralOrUnscopedEnumerationType() && in CheckConvertedConstantConversions()
4985 : T->isIntegralOrUnscopedEnumerationType(); in isIntegralOrEnumerationType()
DSemaExpr.cpp457 if (Ty->isIntegralOrUnscopedEnumerationType()) { in UsualUnaryConversions()
6152 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType(); in diagnoseStringPlusInt()
7040 if (LHS.get()->getType()->isIntegralOrUnscopedEnumerationType() && in CheckBitwiseOperands()
7041 RHS.get()->getType()->isIntegralOrUnscopedEnumerationType()) in CheckBitwiseOperands()
9476 if (!E->getType()->isIntegralOrUnscopedEnumerationType()) in VerifyIntegerConstantExpression()
9478 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) { in VerifyIntegerConstantExpression()
DSemaType.cpp1308 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
1328 !ArraySize->getType()->isIntegralOrUnscopedEnumerationType()) { in BuildArrayType()
DSemaExprCXX.cpp1171 if (!SizeType->isIntegralOrUnscopedEnumerationType()) in BuildCXXNew()
/external/clang/lib/AST/
DType.cpp591 bool Type::isIntegralOrUnscopedEnumerationType() const { in isIntegralOrUnscopedEnumerationType() function in Type
/external/clang/include/clang/AST/
DType.h1443 bool isIntegralOrUnscopedEnumerationType() const;