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

/external/clang/lib/Sema/
H A DSemaOverload.cpp1644 } else if (S.IsFloatingPointPromotion(FromType, ToType)) {
1974 /// IsFloatingPointPromotion - Determines whether the conversion from
1977 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { function in class:Sema
2020 return IsFloatingPointPromotion(FromComplex->getElementType(),
/external/clang/include/clang/Sema/
H A DSema.h2271 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);

Completed in 385 milliseconds