Searched refs:ICK_Integral_Promotion (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DOverload.h66 ICK_Integral_Promotion, ///< Integral promotions (C++ 4.5) enumerator in enum:clang::ImplicitConversionKind
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2802 case ICK_Integral_Promotion:
2806 SCS.Second == ICK_Integral_Promotion &&
H A DSemaOverload.cpp1579 SCS.Second = ICK_Integral_Promotion;
4930 case ICK_Integral_Promotion:

Completed in 101 milliseconds