Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h333 void setFromType(QualType T) { FromTypePtr = T.getAsOpaquePtr(); } in setFromType() function
434 void setFromType(QualType T) { FromTypePtr = T.getAsOpaquePtr(); } in setFromType() function
498 setFromType(From); in init()
507 setFromType(E->getType()); in setFromExpr()
510 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); } in setFromType() function
680 Standard.setFromType(T); in setAsIdentityConversion()
710 ICS.Standard.setFromType(SourceType); in getNullptrToBool()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1366 ICS.Standard.setFromType(From->getType()); in TryUserDefinedConversion()
1378 ICS.Ambiguous.setFromType(From->getType()); in TryUserDefinedConversion()
1455 ICS.Standard.setFromType(FromType); in TryImplicitConversion()
1702 SCS.setFromType(FromType); in IsStandardConversion()
1723 SCS.setFromType(FromType); in IsStandardConversion()
4784 ICS.Standard.setFromType(T2); in TryReferenceInit()
5059 Result.Standard.setFromType(ToType); in TryListConversion()
5130 Result.Standard.setFromType(InitTy); in TryListConversion()
5292 Result.Standard.setFromType(ToType); in TryListConversion()
5461 ICS.Standard.setFromType(FromType); in TryObjectArgumentInitialization()
[all …]
H A DSemaInit.cpp4527 ICS.Standard.setFromType(E->getType()); in TryListInitialization()