Searched refs:getFromType (Results 1 – 4 of 4) sorted by relevance
214 QualType getFromType() const { in getFromType() function291 QualType getFromType() const { in getFromType() function360 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function672 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
193 Type getFromType() {212 assertEquals(mapping.f, mapping.getFromType());214 assertEquals(mapping.f, mapping.flip().getFromType());216 assertEquals(mapping.f, mapping.selfMapping().getFromType());
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
219 (getFromType()->isPointerType() || in isPointerConversionToBool()220 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()221 getFromType()->isBlockPointerType() || in isPointerConversionToBool()222 getFromType()->isNullPtrType() || in isPointerConversionToBool()236 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()3589 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()3593 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()3594 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()3692 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()3819 QualType FromType1 = SCS1.getFromType(); in CompareDerivedToBaseConversions()[all …]