Searched refs:getFromType (Results 1 – 2 of 2) sorted by relevance
346 QualType getFromType() const { in getFromType() function426 QualType getFromType() const { in getFromType() function500 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); } in getFromType() function886 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()3927 QualType FromType = SCS.getFromType(); in getFixedEnumPromtion()4019 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) { in CompareStandardConversionSequences()4023 QualType FromType1 = SCS1.getFromType(); in CompareStandardConversionSequences()4024 QualType FromType2 = SCS2.getFromType(); in CompareStandardConversionSequences()4126 S.Context.getTypeSize(SCS1.getFromType()) == in CompareStandardConversionSequences()[all …]