Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DOverload.h334 void setToType(unsigned Idx, QualType T) { in setToType() function
434 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); } in setToType() function
496 setToType(To); in init()
508 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function
693 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
695 ICS.Standard.setToType(1, DestType); in getNullptrToBool()
696 ICS.Standard.setToType(2, DestType); in getNullptrToBool()
/external/clang/include/clang/Sema/
DOverload.h205 void setToType(unsigned Idx, QualType T) { in setToType() function
299 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); } in setToType() function
358 setToType(To); in init()
369 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function
/external/llvm-project/clang/lib/Sema/
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()
4774 ICS.Standard.setToType(0, T2); in TryReferenceInit()
4775 ICS.Standard.setToType(1, T1); in TryReferenceInit()
[all …]
DSemaInit.cpp4437 ICS.Standard.setToType(0, E->getType()); in TryListInitialization()
4438 ICS.Standard.setToType(1, DestType); in TryListInitialization()
4439 ICS.Standard.setToType(2, DestType); in TryListInitialization()
DSemaExpr.cpp11386 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion()
11387 SCS.setToType(1, ToType); in checkThreeWayNarrowingConversion()
/external/clang/lib/Sema/
DSemaInit.cpp3891 ICS.Standard.setToType(0, E->getType()); in TryListInitialization()
3892 ICS.Standard.setToType(1, DestType); in TryListInitialization()
3893 ICS.Standard.setToType(2, DestType); in TryListInitialization()