Searched refs:IsIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1534 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion() 1692 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema 1747 IsIntegralPromotion(From, Underlying, ToType); in IsIntegralPromotion() 1883 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
|
| H A D | SemaTemplate.cpp | 4998 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2094 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|