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

/external/clang/lib/Sema/
H A DSemaOverload.cpp1585 } else if (S.IsComplexPromotion(FromType, ToType)) {
1915 bool Sema::IsComplexPromotion(QualType FromType, QualType ToType) { function in class:clang::Sema
/external/clang/include/clang/Sema/
H A DSema.h2066 bool IsComplexPromotion(QualType FromType, QualType ToType);

Completed in 123 milliseconds