Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegralType

859       } else if (DestType->isIntegralType(Self.Context)) {
1508 if (CStyle && SrcType->isIntegralType(Self.Context)
1624 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) {
1642 bool srcIsScalar = SrcType->isIntegralType(Self.Context);
1643 bool destIsScalar = DestType->isIntegralType(Self.Context);
1697 if (DestType->isIntegralType(Self.Context)) {
2091 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) {
2101 if (!DestType->isIntegralType(Self.Context) &&