Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h388 void setFromType(QualType T) { FromTypePtr = T.getAsOpaquePtr(); } in setFromType() function
531 void setFromType(QualType T) { FromTypePtr = T.getAsOpaquePtr(); } in setFromType() function
595 setFromType(From); in init()
604 setFromType(E->getType()); in setFromExpr()
607 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); } in setFromType() function
790 Standard.setFromType(T); in setAsIdentityConversion()
826 ICS.Standard.setFromType(SourceType); in getNullptrToBool()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1720 ICS.Standard.setFromType(FromType); in TryUserDefinedConversion()
1733 ICS.Ambiguous.setFromType(From->getType()); in TryUserDefinedConversion()
1810 ICS.Standard.setFromType(FromType); in TryImplicitConversion()
1837 ICS.Standard.setFromType(FromType); in TryImplicitConversion()
2248 SCS.setFromType(FromType); in IsStandardConversion()
2269 SCS.setFromType(FromType); in IsStandardConversion()
3927 User.After.setFromType(ThisType); in IsInitializerListConstructorConversion()
4123 User.After.setFromType(Constructor->getFunctionObjectParameterType()); in IsUserDefinedConversion()
5312 ICS.Standard.setFromType(T2); in TryReferenceInit()
5601 Result.Standard.setFromType(ToType); in TryListConversion()
[all …]
H A DSemaInit.cpp5086 ICS.Standard.setFromType(E->getType()); in TryListInitialization()