Searched refs:IsIntegralPromotion (Results 1 – 5 of 5) sorted by relevance
/external/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 | 7168 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 5138 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2270 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3273 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
|