Home | History | Annotate | Download | only in Sema

Lines Matching refs:isEnumeralType

1748       !FromType->isEnumeralType()) {
1985 Expr->getType()->isIntegerType() && !Expr->getType()->isEnumeralType())
5504 if (T1->isEnumeralType()) {
5513 if (!T2.isNull() && T2->isEnumeralType()) {
6758 } else if (Ty->isEnumeralType()) {
7305 if (!FirstParamType->isEnumeralType() ||
7306 !SecondParamType->isEnumeralType())