Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h228 QualType getToType(unsigned Idx) const { in getToType() function
305 QualType getToType() const { in getToType() function
373 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function
670 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp244 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()
263 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()
319 QualType FromType = getToType(0); in getNarrowingKind()
320 QualType ToType = getToType(1); in getNarrowingKind()
2909 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
2913 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
3404 } else if (!hasSimilarType(Context, SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
3408 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.cpp3582 T2 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()
4664 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()
4666 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()