Searched refs:getToType (Results 1 – 3 of 3) sorted by relevance
214 QualType getToType(unsigned Idx) const { in getToType() function291 QualType getToType() const { in getToType() function358 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function670 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
211 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()230 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()286 QualType FromType = getToType(0); in getNarrowingKind()287 QualType ToType = getToType(1); in getNarrowingKind()2875 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()2879 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()3403 } else if (!hasSimilarType(Context, SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()3407 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets()3574 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences()3575 QualType T2 = SCS2.getToType(2); in CompareStandardConversionSequences()[all …]
3965 T2 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()5065 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()5067 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()