Home
last modified time | relevance | path

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

/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/clang/lib/Sema/
DSemaOverload.cpp1237 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion()
1626 SCS.setToType(0, FromType); in IsStandardConversion()
1745 SCS.setToType(1, FromType); in IsStandardConversion()
1775 SCS.setToType(2, FromType); in IsStandardConversion()
3029 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3033 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()
4346 ICS.Standard.setToType(0, T2); in TryReferenceInit()
4347 ICS.Standard.setToType(1, T1); in TryReferenceInit()
4348 ICS.Standard.setToType(2, T1); in TryReferenceInit()
4404 ICS.Standard.setToType(0, T2); in TryReferenceInit()
[all …]
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()