Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1837 } 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()
H A DSemaTemplate.cpp7158 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3404 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);