Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1836 } 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 DSemaTemplate.cpp7222 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3656 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);