Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1836 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 2063 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 2119 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2271 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
| H A D | SemaTemplate.cpp | 7222 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3656 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|