Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h334 void setToType(unsigned Idx, QualType T) { in setToType() function
434 void setToType(QualType T) { ToTypePtr = T.getAsOpaquePtr(); } in setToType() function
498 setToType(To); in init()
510 void setToType(QualType T) { ToTy = T.getAsOpaquePtr(); } in setToType() function
723 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
725 ICS.Standard.setToType(1, DestType); in getNullptrToBool()
726 ICS.Standard.setToType(2, DestType); in getNullptrToBool()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1486 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion()
1929 SCS.setToType(0, FromType); in IsStandardConversion()
2063 SCS.setToType(1, FromType); in IsStandardConversion()
2095 SCS.setToType(2, FromType); in IsStandardConversion()
2132 SCS.setToType(1, ToType); in IsStandardConversion()
2139 SCS.setToType(2, ToType); in IsStandardConversion()
3440 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3444 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
4882 ICS.Standard.setToType(0, T2); in TryReferenceInit()
4883 ICS.Standard.setToType(1, T1); in TryReferenceInit()
[all …]
H A DSemaInit.cpp4555 ICS.Standard.setToType(0, E->getType()); in TryListInitialization()
4556 ICS.Standard.setToType(1, DestType); in TryListInitialization()
4557 ICS.Standard.setToType(2, DestType); in TryListInitialization()
H A DSemaExpr.cpp12448 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion()
12449 SCS.setToType(1, ToType); in checkThreeWayNarrowingConversion()