Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOverload.cpp | 1837 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 2062 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 2118 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2269 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
| D | SemaTemplate.cpp | 7158 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 3444 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|