Searched refs:getFromType (Results 1 – 2 of 2) sorted by relevance
345 QualType getFromType() const { in getFromType() function425 QualType getFromType() const { in getFromType() function501 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function919 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
236 (getFromType()->isPointerType() || in isPointerConversionToBool()237 getFromType()->isMemberPointerType() || in isPointerConversionToBool()238 getFromType()->isObjCObjectPointerType() || in isPointerConversionToBool()239 getFromType()->isBlockPointerType() || in isPointerConversionToBool()253 QualType FromType = getFromType(); in isPointerConversionToVoidPointer()4083 QualType FromType = SCS.getFromType(); in getFixedEnumPromtion()4175 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()4179 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()4180 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()4282 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()[all …]