Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.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
674 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/external/clang/lib/Sema/
DSemaOverload.cpp245 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()
264 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()
320 QualType FromType = getToType(0); in getNarrowingKind()
321 QualType ToType = getToType(1); in getNarrowingKind()
2920 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
2924 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
3445 } else if (!hasSimilarType(Context, SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
3449 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets()
3615 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences()
3616 QualType T2 = SCS2.getToType(2); in CompareStandardConversionSequences()
[all …]
DSemaInit.cpp3700 T2 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()
4791 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()
4793 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()