Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1943 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 2170 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 2226 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion() 2378 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
| H A D | SemaTemplate.cpp | 7451 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3782 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|