Searched refs:LHSStrippedType (Results 1 – 1 of 1) sorted by relevance
12235 QualType LHSStrippedType = LHSStripped.get()->getType(); in checkArithmeticOrEnumeralThreeWayCompare() local12240 if (LHSStrippedType->isBooleanType() != RHSStrippedType->isBooleanType()) { in checkArithmeticOrEnumeralThreeWayCompare()12246 int NumEnumArgs = (int)LHSStrippedType->isEnumeralType() + in checkArithmeticOrEnumeralThreeWayCompare()12249 bool LHSIsEnum = LHSStrippedType->isEnumeralType(); in checkArithmeticOrEnumeralThreeWayCompare()12250 QualType OtherTy = LHSIsEnum ? RHSStrippedType : LHSStrippedType; in checkArithmeticOrEnumeralThreeWayCompare()12260 if (!S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType)) { in checkArithmeticOrEnumeralThreeWayCompare()12265 LHSStrippedType->castAs<EnumType>()->getDecl()->getIntegerType(); in checkArithmeticOrEnumeralThreeWayCompare()