Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h321 QualType getToType(unsigned Idx) const { in getToType() function
401 QualType getToType() const { in getToType() function
472 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function
809 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp224 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()
244 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()
301 QualType FromType = getToType(0); in getNarrowingKind()
302 QualType ToType = getToType(1); in getNarrowingKind()
3714 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
3718 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets()
3885 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences()
3886 QualType T2 = SCS2.getToType(2); in CompareStandardConversionSequences()
3980 QualType T1 = SCS1.getToType(2); in CompareQualificationConversions()
3981 QualType T2 = SCS2.getToType(2); in CompareQualificationConversions()
[all …]
H A DSemaInit.cpp4244 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization()
4450 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2)); in TryRefInitWithConversionFunction()
4454 cv3T3 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()
5688 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()
5690 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()