Searched refs:getFromType (Results 1 – 2 of 2) sorted by relevance
401 QualType getFromType() const { in getFromType() function446 assert(C.hasSameUnqualifiedType(Decay(getFromType()), in isPerfect()451 if (!C.hasSameType(getFromType(), getToType(2))) in isPerfect()523 QualType getFromType() const { in getFromType() function599 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function1059 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
280 (getFromType()->isPointerType() || in isPointerConversionToBool()281 getFromType()->isMemberPointerType() || in isPointerConversionToBool()282 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()283 getFromType()->isBlockPointerType() || in isPointerConversionToBool()297 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()4508 QualType FromType = SCS.getFromType(); in getFixedEnumPromtion()4600 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()4604 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()4605 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()4707 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()[all …]