Searched refs:setToType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 337 void setToType(unsigned Idx, QualType T) { in setToType() function 437 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); } in setToType() function 501 setToType(To); in init() 513 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function 726 ICS.Standard.setToType(0, SourceType); in getNullptrToBool() 728 ICS.Standard.setToType(1, DestType); in getNullptrToBool() 729 ICS.Standard.setToType(2, DestType); in getNullptrToBool()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1596 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion() 2050 SCS.setToType(0, FromType); in IsStandardConversion() 2187 SCS.setToType(1, FromType); in IsStandardConversion() 2219 SCS.setToType(2, FromType); in IsStandardConversion() 2256 SCS.setToType(1, ToType); in IsStandardConversion() 2263 SCS.setToType(2, ToType); in IsStandardConversion() 3596 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion() 3600 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion() 5051 ICS.Standard.setToType(0, T2); in TryReferenceInit() 5052 ICS.Standard.setToType(1, T1); in TryReferenceInit() [all …]
|
| H A D | SemaInit.cpp | 4693 ICS.Standard.setToType(0, E->getType()); in TryListInitialization() 4694 ICS.Standard.setToType(1, DestType); in TryListInitialization() 4695 ICS.Standard.setToType(2, DestType); in TryListInitialization()
|
| H A D | SemaExpr.cpp | 12886 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion() 12887 SCS.setToType(1, ToType); in checkThreeWayNarrowingConversion()
|