Searched refs:LHSStrippedType (Results 1 – 1 of 1) sorted by relevance
12261 QualType LHSStrippedType = LHSStripped.get()->getType(); in checkArithmeticOrEnumeralThreeWayCompare() local12266 if (LHSStrippedType->isBooleanType() != RHSStrippedType->isBooleanType()) { in checkArithmeticOrEnumeralThreeWayCompare()12272 int NumEnumArgs = (int)LHSStrippedType->isEnumeralType() + in checkArithmeticOrEnumeralThreeWayCompare()12275 bool LHSIsEnum = LHSStrippedType->isEnumeralType(); in checkArithmeticOrEnumeralThreeWayCompare()12276 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType; in checkArithmeticOrEnumeralThreeWayCompare()12286 if (!S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType)) { in checkArithmeticOrEnumeralThreeWayCompare()12291 LHSStrippedType->castAs<EnumType>()->getDecl()->getIntegerType(); in checkArithmeticOrEnumeralThreeWayCompare()