Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp1640 } else if (S.IsIntegralPromotion(From, FromType, ToType)) { in IsStandardConversion()
1829 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion() function in Sema
1885 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion()
2022 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
DSemaTemplate.cpp5138 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/external/llvm-project/clang/lib/Sema/
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()
DSemaTemplate.cpp7168 } else if (IsIntegralPromotion(Arg, ArgType, ParamType) || in CheckTemplateArgument()
/external/clang/include/clang/Sema/
DSema.h2270 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
/external/llvm-project/clang/include/clang/Sema/
DSema.h3273 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);