Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h350 QualType getToType(unsigned Idx) const { in getToType() function
430 QualType getToType() const { in getToType() function
501 QualType getToType() const { return QualType::getFromOpaquePtr(ToTy); } in getToType() function
887 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp232 if (getToType(1)->isBooleanType() && in isPointerConversionToBool()
251 QualType ToType = getToType(1); in isPointerConversionToVoidPointer()
318 QualType FromType = getToType(0); in getNarrowingKind()
319 QualType ToType = getToType(1); in getNarrowingKind()
3314 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3318 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
3865 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
3869 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result in compareStandardConversionSubsets()
3936 if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType)) in getFixedEnumPromtion()
4080 QualType T1 = SCS1.getToType(2); in CompareStandardConversionSequences()
[all …]
H A DSemaInit.cpp4501 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), in TryListInitialization()
4700 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2)); in TryRefInitWithConversionFunction()
4704 cv3T3 = ICS.Standard.getToType(2); in TryRefInitWithConversionFunction()
6017 LvalueICS.Standard.setAllToTypes(ICS.Standard.getToType(0)); in InitializeFrom()
6019 AddConversionSequenceStep(LvalueICS, ICS.Standard.getToType(0)); in InitializeFrom()