Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegralOrEnumerationType

1016   if (T->isIntegralOrEnumerationType())
1058 if (CT->isIntegralOrEnumerationType()) {
1196 if ((arrayRef && !T->isIntegralOrEnumerationType()) ||
1319 if (!T->isIntegralOrEnumerationType()) {