Home
last modified time | relevance | path

Searched refs:ICK_Integral_Conversion (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h134 ICK_Integral_Conversion, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp421 case ICK_Integral_Conversion: in getNarrowingKind()
1859 SCS.Second = ICK_Integral_Conversion; in IsStandardConversion()
4173 SCS1.Second == ICK_Integral_Conversion && in CompareStandardConversionSequences()
5624 case ICK_Integral_Conversion: // Narrowing conversions are checked elsewhere. in CheckConvertedConstantConversions()
H A DSemaExprCXX.cpp4333 case ICK_Integral_Conversion: in PerformImplicitConversion()
H A DSemaInit.cpp4526 : ICK_Integral_Conversion; in TryListInitialization()
H A DSemaExpr.cpp12162 return ICK_Integral_Conversion; in castKindToImplicitConversionKind()