Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegralOrUnscopedEnumerationType

457   if (Ty->isIntegralOrUnscopedEnumerationType()) {
6152 IndexExpr->getType()->isIntegralOrUnscopedEnumerationType();
7040 if (LHS.get()->getType()->isIntegralOrUnscopedEnumerationType() &&
7041 RHS.get()->getType()->isIntegralOrUnscopedEnumerationType())
9476 if (!E->getType()->isIntegralOrUnscopedEnumerationType())
9478 } else if (!E->getType()->isIntegralOrUnscopedEnumerationType()) {