Home
last modified time | relevance | path

Searched refs:getToType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h405 QualType getToType(unsigned Idx) const { in getToType() function
447 Decay(getToType(2)))); in isPerfect()
451 if (!C.hasSameType(getFromType(), getToType(2))) in isPerfect()
527 QualType getToType() const { in getToType() function
600 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function
1060 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp279 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()
298 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()
366 QualType FromType = getToType(0); in getNarrowingKind()
367 QualType ToType = getToType(1); in getNarrowingKind()
3862 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3866 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
4446 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
4450 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets()
4517 if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType)) in getFixedEnumPromtion()
4661 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences()
[all …]
H A DSemaInit.cpp5090 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization()
5289 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2)); in TryRefInitWithConversionFunction()
5293 cv3T3 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()
6951 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()
6953 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()