Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegralOrEnumerationType

633   if (T->isIntegralOrEnumerationType() ||
4781 if (ParamType->isIntegralOrEnumerationType()) {
4861 if (!ArgType->isIntegralOrEnumerationType()) {