Searched refs:setToType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 390 void setToType(unsigned Idx, QualType T) { in setToType() function 532 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); } in setToType() function 596 setToType(To); in init() 608 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function 829 ICS.Standard.setToType(0, SourceType); in getNullptrToBool() 831 ICS.Standard.setToType(1, DestType); in getNullptrToBool() 832 ICS.Standard.setToType(2, DestType); in getNullptrToBool()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1734 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion() 2393 SCS.setToType(0, FromType); in IsStandardConversion() 2512 SCS.setToType(1, FromType); in IsStandardConversion() 2544 SCS.setToType(2, FromType); in IsStandardConversion() 2586 SCS.setToType(1, ToType); in IsStandardConversion() 2593 SCS.setToType(2, ToType); in IsStandardConversion() 3862 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion() 3866 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion() 5313 ICS.Standard.setToType(0, T2); in TryReferenceInit() 5314 ICS.Standard.setToType(1, T1); in TryReferenceInit() [all …]
|
| H A D | SemaInit.cpp | 5087 ICS.Standard.setToType(0, E->getType()); in TryListInitialization() 5088 ICS.Standard.setToType(1, DestType); in TryListInitialization() 5089 ICS.Standard.setToType(2, DestType); in TryListInitialization()
|
| H A D | SemaExpr.cpp | 12213 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion() 12214 SCS.setToType(1, ToType); in checkThreeWayNarrowingConversion()
|