Searched refs:getFromType (Results 1 – 5 of 5) sorted by relevance
215 QualType getFromType() const { in getFromType() function292 QualType getFromType() const { in getFromType() function361 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function676 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
194 Type getFromType() {213 assertEquals(mapping.f, mapping.getFromType());215 assertEquals(mapping.f, mapping.flip().getFromType());217 assertEquals(mapping.f, mapping.selfMapping().getFromType());
345 QualType getFromType() const { in getFromType() function425 QualType getFromType() const { in getFromType() function499 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function888 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
233 (getFromType()->isPointerType() || in isPointerConversionToBool()234 getFromType()->isMemberPointerType() || in isPointerConversionToBool()235 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()236 getFromType()->isBlockPointerType() || in isPointerConversionToBool()250 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()3926 QualType FromType = SCS.getFromType(); in getFixedEnumPromtion()4018 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()4022 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()4023 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()4123 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()[all …]