Home
last modified time | relevance | path

Searched refs:setToType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h335 void setToType(unsigned Idx, QualType T) { in setToType() function
435 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); } in setToType() function
499 setToType(To); in init()
511 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function
713 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
715 ICS.Standard.setToType(1, DestType); in getNullptrToBool()
716 ICS.Standard.setToType(2, DestType); in getNullptrToBool()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1379 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion()
1822 SCS.setToType(0, FromType); in IsStandardConversion()
1956 SCS.setToType(1, FromType); in IsStandardConversion()
1988 SCS.setToType(2, FromType); in IsStandardConversion()
2025 SCS.setToType(1, ToType); in IsStandardConversion()
2032 SCS.setToType(2, ToType); in IsStandardConversion()
3333 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3337 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
4785 ICS.Standard.setToType(0, T2); in TryReferenceInit()
4786 ICS.Standard.setToType(1, T1); in TryReferenceInit()
[all …]
H A DSemaInit.cpp4528 ICS.Standard.setToType(0, E->getType()); in TryListInitialization()
4529 ICS.Standard.setToType(1, DestType); in TryListInitialization()
4530 ICS.Standard.setToType(2, DestType); in TryListInitialization()
H A DSemaExpr.cpp12187 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion()
12188 SCS.setToType(1, ToType); in checkThreeWayNarrowingConversion()