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

/external/clang/lib/Sema/
H A DSemaOverload.cpp1488 } else if (S.IsIntegralPromotion(From, FromType, ToType)) {
1641 /// IsIntegralPromotion - Determines whether the conversion from the
1645 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { function in class:clang::Sema
1821 IsIntegralPromotion(0, FromComplex->getElementType(),

Completed in 81 milliseconds