Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegralOrEnumerationType

867   if (T->isIntegralOrEnumerationType())
913 if (CT->isIntegralOrEnumerationType()) {
1028 if ((arrayRef && !T->isIntegralOrEnumerationType()) ||
1152 if (!T->isIntegralOrEnumerationType()) {