Searched refs:LHSStrippedType (Results 1 – 1 of 1) sorted by relevance
12934 QualType LHSStrippedType = LHSStripped.get()->getType(); in checkArithmeticOrEnumeralThreeWayCompare() local12939 if (LHSStrippedType->isBooleanType() != RHSStrippedType->isBooleanType()) { in checkArithmeticOrEnumeralThreeWayCompare()12945 int NumEnumArgs = (int)LHSStrippedType->isEnumeralType() + in checkArithmeticOrEnumeralThreeWayCompare()12948 bool LHSIsEnum = LHSStrippedType->isEnumeralType(); in checkArithmeticOrEnumeralThreeWayCompare()12949 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType; in checkArithmeticOrEnumeralThreeWayCompare()12959 if (!S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType)) { in checkArithmeticOrEnumeralThreeWayCompare()12964 LHSStrippedType->castAs<EnumType>()->getDecl()->getIntegerType(); in checkArithmeticOrEnumeralThreeWayCompare()