Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegralOrEnumerationType

635   if (T->isIntegralOrEnumerationType() ||
4006 if (ParamType->isIntegralOrEnumerationType()) {
4085 if (!ArgType->isIntegralOrEnumerationType()) {