Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
497 setToType(To); in init()
509 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function
694 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
696 ICS.Standard.setToType(1, DestType); in getNullptrToBool()
697 ICS.Standard.setToType(2, DestType); in getNullptrToBool()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1381 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion()
1823 SCS.setToType(0, FromType); in IsStandardConversion()
1955 SCS.setToType(1, FromType); in IsStandardConversion()
1987 SCS.setToType(2, FromType); in IsStandardConversion()
2024 SCS.setToType(1, ToType); in IsStandardConversion()
2031 SCS.setToType(2, ToType); in IsStandardConversion()
3314 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3318 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
4777 ICS.Standard.setToType(0, T2); in TryReferenceInit()
4778 ICS.Standard.setToType(1, T1); in TryReferenceInit()
[all …]
H A DSemaInit.cpp4498 ICS.Standard.setToType(0, E->getType()); in TryListInitialization()
4499 ICS.Standard.setToType(1, DestType); in TryListInitialization()
4500 ICS.Standard.setToType(2, DestType); in TryListInitialization()
H A DSemaExpr.cpp11499 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion()
11500 SCS.setToType(1, ToType); in checkThreeWayNarrowingConversion()