Searched refs:IsFloatingPointPromotion (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp1581 } else if (S.IsFloatingPointPromotion(FromType, ToType)) {
1879 /// IsFloatingPointPromotion - Determines whether the conversion from
1882 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { function in class:clang::Sema
1924 return IsFloatingPointPromotion(FromComplex->getElementType(),
/external/clang/include/clang/Sema/
H A DSema.h2065 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);

Completed in 311 milliseconds