Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h214 QualType getToType(unsigned Idx) const { in getToType() function
291 QualType getToType() const { in getToType() function
358 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function
670 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp211 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 …]
HDSemaInit.cpp3965 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()