Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h350 QualType getToType(unsigned Idx) const { in getToType() function
430 QualType getToType() const { in getToType() function
503 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function
910 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp231 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()
250 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()
317 QualType FromType = getToType(0); in getNarrowingKind()
318 QualType ToType = getToType(1); in getNarrowingKind()
3914 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
3918 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets()
4129 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences()
4130 QualType T2 = SCS2.getToType(2); in CompareStandardConversionSequences()
4243 QualType T1 = SCS1.getToType(2); in CompareQualificationConversions()
4244 QualType T2 = SCS2.getToType(2); in CompareQualificationConversions()
[all …]
H A DSemaInit.cpp4531 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization()
4730 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2)); in TryRefInitWithConversionFunction()
4734 cv3T3 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()
6078 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()
6080 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()