Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h70 ICK_Integral_Conversion, ///< Integral conversions (C++ 4.7) enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp371 case ICK_Integral_Conversion: in getNarrowingKind()
1570 SCS.Second = ICK_Integral_Conversion; in IsStandardConversion()
3616 if (S.getLangOpts().MSVCCompat && SCS1.Second == ICK_Integral_Conversion && in CompareStandardConversionSequences()
4938 case ICK_Integral_Conversion: // Narrowing conversions are checked elsewhere. in CheckConvertedConstantConversions()
HDSemaExprCXX.cpp3181 case ICK_Integral_Conversion: in PerformImplicitConversion()