Lines Matching defs:OtherT
10345 QualType OtherT = Other->getType();
10346 if (const auto *AT = OtherT->getAs<AtomicType>())
10347 OtherT = AT->getValueType();
10348 IntRange OtherTypeRange = IntRange::forValueOfType(S.Context, OtherT);
10353 S.ObjC().NSAPIObj->isObjCBOOLType(OtherT) &&
10354 OtherT->isSpecificBuiltinType(BuiltinType::SChar);
10359 !OtherT->isBooleanType() && Other->isKnownToHaveBooleanValue();
10450 << OS.str() << classifyConstantValue(Constant) << OtherT
10454 bool IsCharTy = OtherT.withoutLocalFastQualifiers() == S.Context.CharTy;
10464 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result