Searched refs:getFromType (Results 1 – 4 of 4) sorted by relevance
211 QualType getFromType() const { in getFromType() function288 QualType getFromType() const { in getFromType() function357 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function669 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 ...
212 (getFromType()->isPointerType() || in isPointerConversionToBool()213 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()214 getFromType()->isBlockPointerType() || in isPointerConversionToBool()215 getFromType()->isNullPtrType() || in isPointerConversionToBool()229 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()3531 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()3535 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()3536 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()3634 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()3761 QualType FromType1 = SCS1.getFromType(); in CompareDerivedToBaseConversions()[all …]