Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 1588 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 1763 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 1820 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 1956 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
D | SemaTemplate.cpp | 5097 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2207 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|