Home | History | Annotate | Download | only in Sema

Lines Matching refs:isBooleanType

1011       if (DestType->isBooleanType()) {
1736 && !SrcType->isBooleanType()
1948 !DestType->isBooleanType();
2201 (SrcType->isBooleanType() == DestType->isBooleanType()) &&