Searched defs:IsIntegralPromotion (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp1588 } else if (S.IsIntegralPromotion(From, FromType, ToType)) {
1759 /// IsIntegralPromotion - Determines whether the conversion from the
1763 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { function in class:Sema
1820 IsIntegralPromotion(nullptr, Underlying, ToType);
1956 IsIntegralPromotion(nullptr, FromComplex->getElementType(),

Completed in 82 milliseconds